MAX_QTY_AUTH_TRIES
MAX_QTY_AUTH_TRIES = 5
$io : \Composer\IO\IOInterface
$process : \Composer\Util\ProcessExecutor
$config : \Composer\Config
__construct(string $url, \Composer\IO\IOInterface $io, \Composer\Config $config, \Composer\Util\ProcessExecutor $process = null)
string | $url | |
\Composer\IO\IOInterface | $io | |
\Composer\Config | $config | |
\Composer\Util\ProcessExecutor | $process |
execute(string $command, string $url, string $cwd = null, string $path = null, boolean $verbose = false) : string
Execute an SVN remote command and try to fix up the process with credentials if necessary.
string | $command | SVN command to run |
string | $url | SVN url |
string | $cwd | Working directory |
string | $path | Target for a checkout |
boolean | $verbose | Output all output to the user |
executeLocal(string $command, string $path, string $cwd = null, boolean $verbose = false) : string
Execute an SVN local command and try to fix up the process with credentials if necessary.
string | $command | SVN command to run |
string | $path | Path argument passed thru to the command |
string | $cwd | Working directory |
boolean | $verbose | Output all output to the user |
doAuthDance() : \Composer\Util\Svn
Repositories requests credentials, let's put them in.