[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: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-08 23:08:22 CEST

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
Received on Tue Aug 8 23:09:51 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.