From 1e2223bcdb6d16aa51e19a1b97663c12a4878b4f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 25 Mar 2012 00:30:59 +0100 Subject: [PATCH] Add note for improvement of Svn util --- src/Composer/Util/Svn.php | 3 +++ 1 file changed, 3 insertions(+) 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();