Greetings, Gregor Hauseder!
> 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.
First, there should be no other folders seen, than created by svnadmin.
and not even should be present... although, it might... but better not.
Second, please do a
httpd -MS
And make sure you have it all understood by Apache well.
--
WBR,
Andrey Repin (anrdaemon_at_freemail.ru) 11.04.2009, <7:22>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1640943
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-11 05:26:01 CEST