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

Re: WebDAV will not work

From: Paul Puschmann <lnx_at_uzulabs.net>
Date: 2005-09-14 16:39:55 CEST

Frank Buttner wrote:
> Hello, I have installed subversion and tryed to acces via https
> the root dir for svn ist /home/subversion
> in /home/subversion i have create a projekt with svnadmin create Testprojekt
> And when i will access it via https://XXXXX/svn/Testprojekt
> When i try to acces i get this error:
> -
> <D:error>
> <C:error/>
> <m:human-readable errcode="2">
> Could not open the requested SVN filesystem
> </m:human-readable>
> </D:error>
> in the apache log i can read:
> [Wed Sep 14 16:04:41 2005] [error] [client 192.168.0.2] (20014)Error string
> not specified yet: Can't open file '/home/subversion/format': No such file
> or directory
> [Wed Sep 14 16:04:41 2005] [error] [client 192.168.0.2] Could not fetch
> resource information. [500, #0]
> [Wed Sep 14 16:04:41 2005] [error] [client 192.168.0.2] Could not open the
> requested SVN filesystem [500, #2]
> [Wed Sep 14 16:04:41 2005] [error] [client 192.168.0.2] Could not open the
> requested SVN filesystem [500, #2]
> [Wed Sep 14 16:04:41 2005] [error] [client 192.168.0.2] File does not exist:
> /var/www/html/favicon.ico
>
Hi, perhaps you didn't set the right settings in your Apache2?

for example:
<Location /svn/repos>
   DAV svn
   SVNParentPath /var/lib/svn/repos/
# AuthType Basic
# AuthName "Subversion Repository"
# AuthUserFile /etc/apache2/dav_svn.passwd
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# Require valid-user
# </LimitExcept>
</Location>

And do you have the right filerights in your fs?

Kind regards, Paul

-- 
Linux-User #271918 with the Linux Counter, http://counter.li.org/

Received on Wed Sep 14 16:43:42 2005

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.