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

Re: Error when trying to test my svn build

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-28 22:34:19 CET

sashan <sashang@ihug.co.nz> writes:

> The following is what I added at the end off httpd.conf:
> <Location /svn/test_repos>
> DAV svn
> SVNPath /misc/svn/test_repos
> </Location>

Quoting from your earlier report:

> However when I try this command:
> svn co http://localhost/misc/svn/test_repos wc
>
> I get this error message
> svn: RA layer request failed
> svn: PROPFIND of /: 405 Method Not Allowed

You are using the wrong URL. The URL should be based on the path in
the <Location> directive, like so

svn co http://localhost/svn/test_repos wc

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 22:35:03 2002

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

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