فهرست منبع

Add note for improvement of Svn util

Jordi Boggiano 13 سال پیش
والد
کامیت
1e2223bcdb
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/Composer/Util/Svn.php

+ 3 - 0
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();