diff --git a/src/Composer/Util/Svn.php b/src/Composer/Util/Svn.php index b8372dd1a..d03c8a0e1 100644 --- a/src/Composer/Util/Svn.php +++ b/src/Composer/Util/Svn.php @@ -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();