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

Re: svn 1.1.1 and apache: "Could not open the requested SVN filesystem"

From: Bruce Elrick <bruce_at_elrick.ca>
Date: 2004-11-30 18:59:46 CET

anton wrote:

> (i apologize for cross-posting. i originally posted this to users list
> yesterday and got no replies)
>
> i am trying to access repository via apache and getting:
>
> "Could not open the requested SVN filesystem"
>
> i can perform file-based operations on repository as user svn without
> any problems (import/checkout/commit/update/log).
>
> repository created as user svn with:
>
> cd /www/svn/repository
> svnadmin create --fs-type fsfs test
>
> everything underneath /www/svn is owned by svn:svn
>
> apache runtime environment:
> ===========================
> THREADS_TYPE=native_threads
> LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/opt/OpenSSL/lib:/opt/apache2/lib:/usr/platform/SUNW,Ultra-4/lib:/usr/ccs/lib:/opt/Svn/lib
>
>
> relevant lines from httpd.conf:
> ===============================
> User svn
> Group svn
> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_svn_module modules/mod_dav_svn.so
> <Location /repos>
> DAV svn
> SVNParentPath /www/svn/repository
> </Location>
>
How confident are you that apache is properly switching uid:gid to
svn:svn in the above httpd.conf User/Group config statements? I thought
that feature didn't work.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 30 19:01:10 2004

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.