I just tried that and restarted httpd. I still get the exact same error.
The xml looks like this.
<?xml version="1.0" encoding="utf-8"?>
<D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns" xmlns:C="svn:">
<C:error/>
<m:human-readable errcode="2">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
Ravi
Steve Williams wrote:
>I believe you want SVNParentPath, not SVNPath.
>
>Sly
>
>
>
>>#LoadModule dav_module modules/mod_dav.so (already loaded
>>
>>
>elsewhere)
>
>
>>LoadModule dav_svn_module modules/mod_dav_svn.so
>><Location /svn>
>> DAV svn
>> SVNPath /home/svn
>>#
>># # Limit write permission to list of valid users.
>># <LimitExcept GET PROPFIND OPTIONS REPORT>
>># # Require SSL connection for password protection.
>># # SSLRequireSSL
>># AuthType Basic
>># AuthName "Subversion"
>># AuthUserFile /etc/httpd/auth-svn
>># Require valid-user
>># </LimitExcept>
>></Location>
>>#------------------------------------------------------
>>
>>
>
>
>
>>#CODE------------------------------------------------------
>>[root_at_olivia tmp]# svn co http://octavia/svn/foo
>>svn: PROPFIND request failed on '/svn/foo'
>>svn:
>>Could not open the requested SVN filesystem
>>#------------------------------------------------------
>>
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 21 08:10:42 2004