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
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
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