BUG: Inconsistent handling of challenge-on-commit for conflicting user credentials

2011-08-19 Thread Thomas Robinson
The following is a bug report for triage and review. I've been unable to locate an adequate fix or discussion for this issue; however, I have found an acceptable workaround. When built on OSX, SVN versions 1.6.16 (r1073529) and 1.6.17 (r1128011) appear to handle authentication challenges on c

Re: BUG: Inconsistent handling of challenge-on-commit for conflicting user credentials

2011-08-20 Thread Daniel Shahaf
Passing --username at checkout time is a no-op for HTTP-served repositories that allow anonymous read access. Seems that you have your username/password cached on the first box but not on the second box? In any case: rm -rf ~/.subversion/auth/svn.simple/ will remove the locally-cached usernames/p

Re: BUG: Inconsistent handling of challenge-on-commit for conflicting user credentials

2011-08-22 Thread Thomas Robinson
Daniel: As mentioned in my original mail, this is indeed a cache invalidation problem reliant on the contents of ~/.subversion/auth, which is trivially worked around by removing the contents thereof. The problem I'm trying to raise is a lack of parity with the behavior of plain SVN, which als