Beau Simensen
|
a6366be5a6
Handle auth challenge in SvnDriver supports.
|
13 rokov pred |
till
|
059bde1adb
* refactored with Composer\Util\Svn::doAuthDance()
|
13 rokov pred |
till
|
17f90f56eb
* move helper functions to util class
|
13 rokov pred |
till
|
6f364a85b3
* do not use getSvnCommand (since we are not in object context)
|
13 rokov pred |
till
|
c0ec8f16f9
* fixSvnUrl()
|
13 rokov pred |
till
|
6d1cdb3e45
* fixSvnUrl(): to prefix absolute paths with file://
|
13 rokov pred |
till
|
5fdd09104f
resolve conflict
|
13 rokov pred |
till
|
a1e1a8c7d7
* use askConfirmation() instead
|
13 rokov pred |
till
|
244cc2a8c2
hide password input
|
13 rokov pred |
till
|
96298a33dc
catch all failures
|
13 rokov pred |
till
|
8d80969f26
trim input
|
13 rokov pred |
till
|
4c2da57140
make static
|
13 rokov pred |
till
|
c78d9ffece
more inline documentation
|
13 rokov pred |
till
|
4da56ea617
explain non-interactive
|
13 rokov pred |
till
|
f8d8ccfedc
* in interactive mode: display error message to the user when authorization fails
|
13 rokov pred |
till
|
a3363a8560
* SvnDriver::$useCache: false by default
|
13 rokov pred |
till
|
061d91b4a8
whitespace
|
13 rokov pred |
till
|
1f03d37a89
* only 'ask' the user if the session is interactive
|
13 rokov pred |
till
|
a8287118ed
* work on no-auth-cache 'creation'
|
13 rokov pred |
Jordi Boggiano
|
6c9f1f6f5b
Merge pull request #416 from DonMartio/master
|
13 rokov pred |
DonMartio
|
b74773053b
Missing slash prevents version evaluation.
|
13 rokov pred |
Jordi Boggiano
|
3e22084ea4
Overhaul VcsDrivers, introduce TransportException for remote filesystem errors
|
13 rokov pred |
till
|
978d4c145d
* more output
|
13 rokov pred |
till
|
59c1a7ff15
* when an auth failure is detected and 'auth' is not present, we ask for credentials
|
13 rokov pred |
till
|
44470da804
* do svnCommand() in execute() to be able to restart the dance in case it failed
|
13 rokov pred |
till
|
a3e0a0805c
* always run non-interactive
|
13 rokov pred |
till
|
907db48bb5
* wrap execution of commands into local method
|
13 rokov pred |
till
|
99eb18d0ff
* rename var from $composer to $output (for consistency)
|
13 rokov pred |
till
|
3f665e8bbb
* method to gather if this session is 'interactive' or 'non interactive'
|
13 rokov pred |
till
|
d1482bfa3c
* refactor svn command 'creation' into a single method: getSvnCommand()
|
13 rokov pred |