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

Re: How to start a svnserver for 2 repositories ?

From: Mathias Weinert <mathias.weinert_at_gfa-net.de>
Date: 2005-11-25 14:17:14 CET

Chak <r_chakra@yahoo.com> wrote:
> In one windows 2000 PC, I have 1 repository under 'D:/SVN/Project1' and another in 'D:/SVN/Project2' . If i start one with 'svnserve.exe -d -r D:/SVN/Project1' in a DOS window, and open the other in the second DOS window as 'svnserve.exe -d -r D:/SVN/Project2', only the Project2 is accessible.
>
> Am i supposed to have created these as 2 projects in the same repository ?

No.

> Is it not possible to open 2 svnserve.exe from the same PC ?

It is, if you use different ports. You could use e.g.
'svnserve.exe -d -r D:/SVN/Project2 --listen-port 3691'
(the default port is 3690)

Mathias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 25 14:20:07 2005

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.