[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 18:42:44 CEST

Gary Thomas wrote:

>On Fri, 2005-05-06 at 13:07 -0300, Célio Cidral Junior wrote:
>
>
>>This is how the location is now configured:
>>
>><Location /repos/cds>
>> DAV svn
>> SVNPath c:/dev/codebase/cds
>></Location>
>>
>>But that error keeps chasing me :'-(
>>Note that listing the repository works well.
>>
>>C:\Temp>svn list http://m195601.weg.net/repos/cds
>>crmweg/
>>sycamore/
>>
>>C:\Temp>svn checkout http://m195601.weg.net/repos/cds/sycamore sycamore
>>svn: Requisição REPORT falhou em '/repos/cds/!svn/vcc/default'
>>svn: REPORT de '/repos/cds/!svn/vcc/default': 400 Bad Request
>>(http://m195601.weg.net)
>>
>>
>>
>
>I experienced exactly this same thing yesterday. Is there a web proxy
>between you and the server? If so, it may be responsible for this
>error.
>
>
>
Had a look at the attached httpd.conf and could not see anything wrong
apart from the last part where Célio Cidral Junior had the
SVNPath line.

If I recall correctly the Subversion docs on this stipulate the need for
an absolute/path/to/repository here.
and for a windows box the separators need to be \
So my file on an NT4.0 box has:-
  SVNParentPath D:\svn

The distinction between SVNParentPath and SVNPath had me confused so I
use the one shown because there are multiple repositories located there.

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 18:48:10 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.