Hey Eric, thank you for your suggestion, but:
Am 14.03.2005 um 08:33 schrieb Eric Hsu:
At 8:12 AM +0100 3/14/05, Mark Sapa wrote:
Right now I'll try rebuilding the fink svn-client without ssl support... *shrug*
My svn setup is working great, checkout and checkin. Let's see, how did I install it...
My info: svn, version 1.1.1 (r11581) compiled Oct 23 2004, 17:26:09
I think I got it from http://www.codingmonkeys.de/mbo/, which has packages nicely precompiled for Panther. You are using 10.3, right?
Yes, am using panther. Right now, also using svn from the URL you supplied:
[moerk@mungon]~ 600 % rm -rf .subversion [moerk@mungon]~ 601 % rm -rf Bundles [moerk@mungon]~ 602 % /usr/local/bin/svn checkout --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) [1][moerk@mungon]~ 603 % /usr/local/bin/svn --version svn, version 1.1.3 (r12730) compiled Jan 15 2005, 12:35:06
Copyright (C) 2000-2004 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
- ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
- handles 'http' schema
- handles 'https' schema
- ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
- ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' schema
[moerk@mungon]~ 604 %
Trying the same with an older svn from that site:
[moerk@mungon]~ 604 % rm -rf .subversion [moerk@mungon]~ 605 % rm -rf Bundles [moerk@mungon]~ 606 % /usr/local/bin/svn --version svn, version 1.1.1 (r11581) compiled Oct 23 2004, 17:26:09
Copyright (C) 2000-2004 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
- ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
- handles 'http' schema
- handles 'https' schema
- ra_local : Module for accessing a repository on local disk.
- handles 'file' schema
- ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' schema
[moerk@mungon]~ 607 % /usr/local/bin/svn checkout --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) [1][moerk@mungon]~ 608 %
Any ideas, anyone?