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

http does not work

From: Teo Landgraf <Teo.Landgraf_at_imtech.nl>
Date: 2004-02-24 10:05:30 CET

Hi,

got myself the latest subversion source.
compiled everything.

file:// works
svn:// works
http:// does not work.

get this message:

$ svn co http://localhost:8080/svn/repo1 bzlog
subversion/libsvn_ra_dav/util.c:661: (apr_err=160000)
svn: PROPFIND request failed on '/svn/repo1'
subversion/libsvn_ra_dav/util.c:359: (apr_err=160000)
svn: Could not open the requested SVN filesystem

in httpd.conf i have:
<Location /svn/repo1>
     DAV svn
     SVNPath /subversion/repo1
</Location>

i'm a bit noob so does anybody has any ideas?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 10:05:36 2004

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.