You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ruhland Michael <mr...@sitlog.de> on 2006/08/08 15:37:24 UTC

svn repository on a mapped drive

Hi all,

 

I read in your mailing list and get some similar subjects but I get no real answer!

 

I have the following problem!

I have installed the SVN with apache on a blade Server and the repositories on a storage server.

The storage server is with open e-nas (linux) operating system.

The system works fine only the WEB Interface doesn’t work properly.

The apache config file is like 

 

<Location /svn>

DAV svn

SVNListParentPath on

#SVNIndexXSLT "/svnindex.xsl"

SVNParentPath k:\svn\testprojekt

AuthType Basic

AuthName "Subversion SVN repositories"

AuthUserFile passwd

#AuthzSVNAccessFile svnaccessfile

Require valid-user

</Location>

 

After I pass the login I get the following message:

 

<D:error>

<C:error/>

−

<m:human-readable errcode="720003">

 

Can't open directory 'k:\svn\testprojekt': Das System kann den angegebenen Pfad nicht finden.  

</m:human-readable>

</D:error> 

 

It looks like the apache server can’t find the path?

I also tried the UNC path “no chance “.

But the apache server is running under system account with admin rights.

It’s also possible to map the drive of the storage server and create repositories.

If I check out the project with the explorer on a client PC in the network its working proper!

 

If anyone has an idea what’s the mistake I made then please give me a hand!

 

Thanks

 

Mike

 

 


Re: svn repository on a mapped drive

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Aug 8, 2006, at 17:37, Ruhland Michael wrote:

> <Location /svn>
>
> DAV svn
>
> SVNListParentPath on
>
> #SVNIndexXSLT "/svnindex.xsl"
>
> SVNParentPath k:\svn\testprojekt
>
> AuthType Basic
>
> AuthName "Subversion SVN repositories"
>
> AuthUserFile passwd
>
> #AuthzSVNAccessFile svnaccessfile
>
> Require valid-user
>
> </Location>

I believe forward slashes are required:

SVNParentPath k:/svn/testprojekt




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org