1
0
Fork 0

Add note for improvement of Svn util

pull/498/head
Jordi Boggiano 2012-03-25 00:30:59 +01:00
parent 5a7abfd84f
commit 1e2223bcdb
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ class Svn
);
}
// TODO keep a count of user auth attempts and ask 5 times before
// failing hard (currently it fails hard directly if the URL has credentials)
// try to authenticate
if (!$this->hasAuth()) {
$this->doAuthDance();