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

RE: svn repository on a mapped drive

From: Sherman, Dennis (END-CHI) <dennis.sherman_at_endinfosys.com>
Date: 2006-08-09 14:51:33 CEST

It isn't clear to me from your message what OS the Apache server is
installed under.
 
When I tried to do a similar setup running Apache under Windows 2000 and
Windows XP, I had to set it up to run as a service under my login id so it
would have access to the mapped drive, which is a protected SAMBA share on a
Solaris box. And I had to use the UNC addressing format, since the mapped
drive isn't really mapped for the service.
 
So, if you're running Apache under Windows, I suggest having it run under an
ID that has the right network access to the storage server, and use UNC
naming.

--
Dennis R. Sherman
Endeavor Information Systems
847-227-2976
Dennis.Sherman@endinfosys.com
 <http://www.endinfosys.com/> http://www.endinfosys.com 
 
  _____  
From: Ruhland Michael [mailto:mruhland@sitlog.de] 
Sent: Tuesday, August 08, 2006 10:37 AM
To: users@subversion.tigris.org
Subject: svn repository on a mapped drive
Importance: High
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 Wed Aug 9 14:53:09 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.