Actually, if you don't specify "-r", it will serve up all repositories.
For example, if you have repositories at /svn-repos/number1 and
/svn-repos/number2, clients could connect to
svn://server/svn-repos/number1 and svn://server/svn-repos/number2.
http://svnbook.red-bean.com/en/1.1/ch06s03.html
Ulrich Eckhardt wrote:
> 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
>
----------
Scanned for viruses by ClamAV
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 27 15:20:55 2004