hi tigris.org
i've a problem with svn and thought that maybe you can help me :)
Like you can see in the subject, i get the errorcode 720002. What i've done:
1)i installed apache and subversion.
2)deleted the '#' at this 2 lines in the httpd.conf
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule dav_module modules/mod_dav.so
3)Added this 2 lines below
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
4)And added this location block at the bottom of the file
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath C:\svn_repository\
AuthType Basic
AuthName "Subversion-Projektarchiv"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>
Now, if i type "
<http://service.gmx.net/de/cgi/derefer?TYPE=3&DEST=http%3A%2F%2Flocalhost%2F
svn> http://localhost/svn" i can see any folder i've created before. There
are also files in there (some .txt). Now, if i click on the link, i get the
errorcode 720002, Could not open the requested SVN filesystem.
I plead you for help ! And thank you for reading !
bye
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1634788
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-10 21:40:08 CEST