You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Martin Fuchs <ma...@gmx.net> on 2004/12/27 09:39:25 UTC

svnserve and multiple repositories

Hello,

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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org