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

Re: Another...Could not open the requested SVN filesystem...

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-06-08 22:29:05 CEST

On Jun 8, 2007, at 10:40, Andy Levy wrote:

> On 6/8/07, qmeister wrote:
>
>> Here's the location information...I've tried SVNPath &
>> SVNParentPath...because I have multiple repositories under this
>> location.
>>
>> <Location /svn>
>> DAV svn
>> SVNParentPath "D:\svn\"
>> AuthType Basic
>> AuthName "Subversion repository"
>> AuthUserFile "D:\svn\conf\passwd"
>> Require valid-user
>> </Location>
>
> Drop the trailing slash on SVNParentPath, and remove the quotes from
> all of your paths. You're using short names with no spaces, so they're
> definitely not needed.

The quotes are not a problem. They're not needed, true, but they're
not harmful. I like being in the habit of using the quotes whenever I
can, so that I don't forget to use them in the rare cases when they
are required (when the item being quoted contains spaces).

Paths in the Apache conf should use forward slashes, not backslashes,
even on Windows. The line should read:

SVNParentPath "D:/svn"

I think the problem was probably that the backslash before the
closing quote was escaping the closing quote and causing it to become
part of the path, which was not what you intended.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 8 22:30:02 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.