You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Gregor Hauseder <gr...@gmx.at> on 2009/04/10 19:27:35 UTC

problem errorcode 720002

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@subversion.tigris.org].

Re: problem errorcode 720002

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Apr 10, 2009, at 14:27, Gregor Hauseder wrote:

> 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://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.

Is C:\svn_repository a Subversion repository (that you created with  
"svnadmin create C:\svn_repository"), or is it a directory that  
contains Subversion repositories (that you created with "svnadmin  
create C:\svn_repository\a_repository" and "svnadmin create C: 
\svn_repository\another_repository")? If it's the former, you want  
SVNPath, not SVNParentPath.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1635083

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: problem errorcode 720002

Posted by Andrey Repin <an...@freemail.ru>.
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@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@subversion.tigris.org].