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

Re: http protocol appears to fail with svn client

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-08-16 19:34:26 CEST

On 16.08.2005, at 02:23, Gustave T. Stresen-Reuter wrote:

> BTW, I had NO luck using the SVNParentPath (but then again, I don't
> really understand what it means, how it differs from SVNPath)

That's an easy distinction. If you had created two repositories like
this:

cd /path/to/repositories
svnadmin create foo
svnadmin create bar

Then you could set up Apache like this:

<Location /repositories/foo>
SVNPath /path/to/repositories/foo
</Location>
<Location /repositories/bar>
SVNPath /path/to/repositories/bar
</Location>

Or, more easily:

<Location /repositories>
SVNParentPath /path/to/repositories
</Location>

If you have a single repository, then you use SVNPath. If you have
multiple repositories, and they're all supposed to be accessed in
more or less the same way, then you should put them in a single
filesystem directory and use SVNParentPath.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 16 19:36:29 2005

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.