[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Apache and Subversion give bad request on checkout

From: Peter McNab <mcnab_p_at_melbpc.org.au>
Date: 2005-05-06 16:19:33 CEST

Célio Cidral Junior wrote:

>Hello!
>
>I installed Apache and Subversion on my machine, and configured them
>exactly as the book tells about configuration of the server. But the
>server gives me the error below when I try to checkout. Note that
>everything is on my machine, so there is no proxy or firewalls on the
>way.
>
>C:\>svn list http://m195601.weg.net/repositories/cds/sycamore
>trunk/
>
>C:\>svn checkout http://m195601.weg.net/repositories/cds/sycamore sycamore
>svn: REPORT request failed on '/repositories/cds/!svn/vcc/default'
>svn: REPORT of '/repositories/cds/!svn/vcc/default': 400 Bad Request
>(http://m195601.weg.net)
>
>The httpd.conf is configured pretty much this way:
>
>LoadModule dav_module modules/mod_dav.so
>LoadModule dav_svn_module modules/mod_dav_svn.so
>LoadModule authz_svn_module modules/mod_authz_svn.so
>
><Location /repositories>
> DAV svn
> SVNParentPath c:/dev/codebase
></Location>
>
>Can someone point me out to what can be wrong?
>
>Thanks in advance!
>
>
If thats a windows box then you need backslashes \ not / . c:\dev\codebase

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 6 16:23:08 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.