[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn repository on a mapped drive

From: Ruhland Michael <mruhland_at_sitlog.de>
Date: 2006-08-08 17:37:24 CEST

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

 

 

Received on Tue Aug 8 22:02:00 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.