Ryan Schmidt wrote:
> On Jan 22, 2008, at 03:16, Thomas Hemmer wrote:
>> How do I access two different repositories on a Windows Server
>> machine?
>> ...
>> Is it really possible to feed one svnserve instance with a -r
>> option giving a path to multiple "repositories" like described
>> above?
>
> Yes, as I understand it... you can specify
>
> svnserve -r /path/to/directory/containing/many/repositories
>
> and then you access each repository with
>
> svn://hostname/repositoryname/
This is correct.
-Nathan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-22 16:33:46 CET