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

Re: svnserve and multiple repositories

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-12-27 11:05:25 CET

Martin Fuchs wrote:
> using subversion as Apache module, I can configure it to serve multiple
> repositories, for example with this httpd.conf entry:
>
> <Location /svn>
> DAV svn
> SVNParentPath /svn-repos
> </Location>
>
> Is there a way to get this also using svnserve?
> I found only the option "-r" to specifiy one single repository for svnserve

Nope. Using svnserve, you usually have to enter the whole path to the
repository on the server. Using -r, you can specify a leading component of
path that is implicitly prefixed to the path the user gives.
There is absolutely no requirement that there is exactly one repository at
that location, the argument to -r can also be the dir where several
repositories are.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 27 11:06:41 2004

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.