Negerns,
you will have to create a windows service for each server you are
planning to run.
Since svnserve takes a --listen-port option you can force different
server instances to bind to different ports.
On the client side, use the :<port> part of the svn URL to specify which
of the servers to connect to.
Hope this helps,
Thomas
> -----Original Message-----
> From: news [mailto:news_at_ger.gmane.org] On Behalf Of negerns
> Sent: Tuesday, January 22, 2008 4:31 AM
> To: users_at_subversion.tigris.org
> Subject: Multiple Repositories in a Windows Server
>
> How do I access two different repositories on a Windows
> Server machine?
>
> I have created two different repositories on my Windows
> Server machine in drive D:\. I have created a service like this:
>
> sc create svn binPath= "C:\Program Files\CollabNet Subversion
> Server\svnserve.exe --service" DisplayName= "Subversion
> Server" depend= Tcpip start= auto
>
> But I do not know how to access them on a Windows client
> machine (using TortoiseSVN). Could anyone help me please?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
GO Engineering GmbH - Stolzenbergstr. 13/IV - 76532 Baden-Baden
Geschäftsführer:
Helmut Gerstner, Dipl.-Ing. (FH)
Ralf Wörner, Dipl.-Ing. (FH)
Registergericht: Mannheim HRB 201811
---------------------------------------------------------------------
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 10:17:20 CET