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

Re: [SVN] Newbie issue getting started

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-08-30 21:50:28 CEST

On 8/30/07, Kurt Federspiel <federonline@yahoo.com> wrote:
> Hi, Andy.
>
> I decided to take your advice and move everything off
> the root. I basically copied your setup below, using
> C:\ instead of E:\
>
> I can access it via a browser and get the following:
> <D:error>
> <C:error/>
> <m:human-readable errcode="720123">
> Could not open the requested SVN filesystem
> </m:human-readable>
> </D:error>
>
> The file system is: C:\Repositories\DR
> The Apache Conf is:
> <Location /Repos>
> DAV svn
> SVNParentPath "C:\Repositories\"
>
> Order allow,deny
> Allow from all
> </Location>

Make sure you use Reply to All to keep discussion on-list.

Apache is treating the \ as an escape sequence. Use / in your paths
instead. You may want to remove the trailing slash as well (I don't
use it).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 30 21:47:48 2007

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.