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

RE: SVNParentPath question

From: Oliver Marshall <Oliver.Marshall_at_g2support.com>
Date: Wed, 28 May 2008 16:48:48 +0100

<Location /svn>
  DAV svn
  SVNParentPath /var/svnroot/

  AuthType Basic
  AuthName "Subversion repository"
  AuthUserFile /var/svnroot/.htpasswd

  Require valid-user
</Location>

Server version: Apache/2.2.8 (Ubuntu)
svnadmin, version 1.4.6 (r28521)
   compiled Mar 11 2008, 08:26:35

(not sure if the SVNADMIN ver is the same as the subversion version, but
thats the only thing I could find relating to it).

Olly

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2008b_at_ryandesign.com]
Sent: 28 May 2008 05:20
To: Oliver Marshall
Cc: users_at_subversion.tigris.org
Subject: Re: SVNParentPath question

On May 27, 2008, at 10:00, Oliver Marshall wrote:

> Just a quick question. I have a Ubuntu based SVN box here that I've
> just
> setup. Currently it works fine with one repository, but problems start
> as soon as I go the next step and set it up for multiple repos.
>
> Currently my repos are in /var/svnroot (/var/svnroot/1xxx
> /var/svnroot/2xxx etc). If I set the SVNPath properties in the SVN
> config to point to a specific repo then I can use Tortoise on my
> windows
> box to happily do the biz without any problems. However, eventually I
> want to support multiple repos. So, I change the swap the SVNPath line
> for 'SVNParentPath /var/svnroot' and restart apache.
>
> As soon as I do that, tortoise reports the following error when trying
> to check out any repos (even the one that previously worked when using
> SVNPath);
>
> '/svn/svn/!svn/vcc/default' path not found.
>
> Any idea what I may have mis-configured to get this to happen?

Show us your exact configuration directives in your apache
configuration file; maybe we'll spot the error.

Also, what version of Subversion and Apache are you using?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-28 17:49:25 CEST

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.