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