1
0
Fork 0

explain non-interactive

pull/410/head
till 2012-03-09 14:25:19 +01:00
parent f8d8ccfedc
commit 4da56ea617
1 changed files with 3 additions and 2 deletions

View File

@ -299,8 +299,9 @@ class SvnDriver extends VcsDriver implements VcsDriverInterface
/**
* Always run commands 'non-interactive':
* It's easier to spot issues because then the svn process would fail fast
* and not wait for user input.
*
* It's easier to spot potential issues (e.g. auth-failure) because
* non-interactive svn fails fast and does not wait for user input.
*
* @return string
*/