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

Re: HELP!

From: Noah Silverman <noah_at_allresearch.com>
Date: 2002-10-02 04:10:26 CEST

OK,

Finally got SVN to install correctly (I think).

Here is what happened:

#svnadmin create /data/svn/foo
#svn import file:///data/svn/foo
#svn co file:///data/svn/foo wc

All this works fine. I can create import and checkout files without any
problem. The repository is there and seems happy.

NOW FOR THE HEADACHE:

#svn co http://localhost/data/svn/foo
subversion/libsvn_ra_dav/util.c:81: (apr_err=175002, src_err=0)
svn: RA layer request failed
svn: PROPFIND of /: 405 Method Not Allowed

There are NO entries in the error log for apache!

The entry in the httpd.conf file is:

<Location /svn>
        DAV svn
        SVNParentPath /data/svn
</Location>

PLEASE HELP. I'VE JUST ABOUT RIPPED OUT ALL OF MY HAIR AT THIS POINT. I'M
DESPARATE!!

-Noah

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 2 04:11:04 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.