Hey Allan, just tried your suggestion a few times:
Am 13.03.2005 um 19:21 schrieb Allan Odgaard:
On Mar 13, 2005, at 18:15, Mark Sapa wrote:
[moerk@mungon]~ 501 % rm -rf Bundles [moerk@mungon]~ 502 % rm -rf .subversion [moerk@mungon]~ 503 % svn co http://macromates.com/svn/Bundles/trunk Bundles Authentication realm: http://macromates.com:80 macromates.com Password for 'moerk':
Maybe this is related to the bug I just mentioned for Brad [1].
Could you try instead to do: svn co --username anon http://macromates.com/svn/Bundles/trunk Bundles
So that it won't first prompt for password for moerk.
This is the result:
[moerk@mungon]~ 546 % rm -rf Bundles [moerk@mungon]~ 547 % rm -rf .subversion [moerk@mungon]~ 548 % svn co --username anon http://macromates.com/svn/Bundles/trunk Bundles Authentication realm: http://macromates.com:80 macromates.com Password for 'anon': svn: PROPFIND request failed on '/svn/Bundles/trunk' svn: PROPFIND of '/svn/Bundles/trunk': 400 failed to forward body of the request (http://macromates.com) [1][moerk@mungon]~ 549 % rm -rf Bundles[moerk@mungon]~ 550 % rm -rf .subversion[moerk@mungon]~ 551 % svn co --username anon http://macromates.com/svn/Bundles/trunk Bundles Authentication realm: http://macromates.com:80 macromates.com Password for 'anon': svn: PROPFIND request failed on '/svn/Bundles/trunk' svn: PROPFIND of '/svn/Bundles/trunk': 403 Forbidden (http://macromates.com) [1][moerk@mungon]~ 552 % rm -rf Bundles [moerk@mungon]~ 553 % rm -rf .subversion[moerk@mungon]~ 554 % svn co --username anon http://macromates.com/svn/Bundles/trunk Bundles Authentication realm: http://macromates.com:80 macromates.com Password for 'anon': svn: REPORT request failed on '/svn/Bundles/!svn/vcc/default' svn: REPORT of '/svn/Bundles/!svn/vcc/default': 503 unknown method (http://macromates.com)
The first I _might_ attribute to a skippy connection, I was unsure about my correct typing of the password in the second, but the third _definitely_ has the correct pw. This is with a freshly recompiled version of svn, btw.
Any more suggestions, anyone?
Right now I'll try rebuilding the fink svn-client without ssl support... *shrug*