Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: Core system, SCM
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
I have a svn repo which needs authentification even for checkout.
In the trunk (rev 663360) with the provided username/password , the checkout failed svn: PROPFIND of '/svn/test/trunk': authorization failed (http://localhost).
To reproduce it you have to cleanup ~/subversion/auth/ .
Well a commit has removed storing scm username/password in the database.
That's why this is broken.
Now we can fix it for the initial checkout : but this will failed if the user choose to not use scm credential cache.
Ideas ?