You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Teo Landgraf <Te...@imtech.nl> on 2004/02/24 09:05:30 UTC

http does not work

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

Re: http does not work

Posted by Thomas Gelzhäuser <th...@gelzhaeuser.de>.
Just a thought:
Does the apache-user have sufficient rights to access the repository?


On Tue, 2004-02-24 at 10:05, Teo Landgraf wrote:
> 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
-- 
Thomas Gelzhäuser
Software Development

T:+49 30 6950687-1
F:+49 30 6950687-2
M:+49 172 3927600

http://www.gelzhaeuser.de

Re: http does not work

Posted by Ben Collins-Sussman <su...@collab.net>.
Teo Landgraf wrote:

> $ 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

What does the apache errorlog say?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org