Hello folks,
I'm using Mac OS X 10.4.8 OS, I installed Subversion using 4 different methods with no success (Using Fink, OpenDarwin, directly compiled it, and using Matthew E. Porter's Package)
With all of them, when I try to checkout source code from anywhere (RoR, TextMate, ...) with following command:
svn co --username anon http://macromates.com/svn/Bundles/trunk Bundles
It give me an error like:
subversion/libsvn_ra_dav/util.c:826: (apr_err=175002) svn: REPORT request failed on '/svn/Bundles/!svn/vcc/default' subversion/libsvn_ra_dav/util.c:296: (apr_err=175002) svn: REPORT of '/svn/Bundles/!svn/vcc/default': 400 Bad Request (http://macromates.com)
May someone please help me to find the problem?
Did I forgot anything? Or is there a bug with SVN?
Thanks in advance,
When I switched to SSL (https) it worked great, what's the problem here? May someone please give me clue?
svn co --username anon https://macromates.com/svn/Bundles/trunk Bundles
Regards,
On 2/15/07, Human Dunnil h.dunnil@gmail.com wrote:
Hello folks,
I'm using Mac OS X 10.4.8 OS, I installed Subversion using 4 different methods with no success (Using Fink, OpenDarwin, directly compiled it, and using Matthew E. Porter's Package)
With all of them, when I try to checkout source code from anywhere (RoR, TextMate, ...) with following command:
svn co --username anon http://macromates.com/svn/Bundles/trunk Bundles
It give me an error like:
subversion/libsvn_ra_dav/util.c:826: (apr_err=175002) svn: REPORT request failed on '/svn/Bundles/!svn/vcc/default' subversion/libsvn_ra_dav/util.c:296: (apr_err=175002) svn: REPORT of '/svn/Bundles/!svn/vcc/default': 400 Bad Request (http://macromates.com)
May someone please help me to find the problem?
Did I forgot anything? Or is there a bug with SVN?
Thanks in advance,
On 15. Feb 2007, at 18:05, Human Dunnil wrote:
When I switched to SSL (https) it worked great, what's the problem here? May someone please give me clue?
Most likely your http traffic goes through a proxy that does not support the full range of commands required for svn / webdav.
Using https bypasses the proxy.
svn co --username anon https://macromates.com/svn/Bundles/trunk Bundles
The username is btw not necessary.
So switching to a full featured proxy will solve the problem?
On 2/15/07, Allan Odgaard throw-away-1@macromates.com wrote:
On 15. Feb 2007, at 18:05, Human Dunnil wrote:
When I switched to SSL (https) it worked great, what's the problem here? May someone please give me clue?
Most likely your http traffic goes through a proxy that does not support the full range of commands required for svn / webdav.
Using https bypasses the proxy.
svn co --username anon https://macromates.com/svn/Bundles/trunk Bundles
The username is btw not necessary.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 15. Feb 2007, at 18:58, Human Dunnil wrote:
So switching to a full featured proxy will solve the problem?
That might do it. Though switching it off most certainly will also fix it ;)
On 2/15/07, Allan Odgaard throw-away-1@macromates.com wrote:
On 15. Feb 2007, at 18:05, Human Dunnil wrote:
When I switched to SSL (https) it worked great, what's the problem here? May someone please give me clue?
Most likely your http traffic goes through a proxy that does not support the full range of commands required for svn / webdav.
Using https bypasses the proxy.
svn co --username anon https://macromates.com/svn/Bundles/trunk Bundles
The username is btw not necessary.
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate