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

Re: setup multiple SVN url repositories

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2007-01-20 00:47:27 CET

Peter McNab wrote:
> Grace Go wrote:
>> Hello all,
>>
>> Need help in setting up multiple SVN url repositories.
>>
>> Currently I can access the repository with svn://ip address
>>
>> I am adding another repository on the same machine/ip address. How can my
>> client see that second repository?
>> Thank you,
>> Grace
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
>> For additional commands, e-mail: users-help@tortoisesvn.tigris.org
>>
>>
>>
> Hi Grace
>
> Depending on the server svn revision :-
> Up to about 1.3 you need PHP installed and configured on the server
> along with the PHP script from the Subversion on line documentation.
> From memory I think svn 1.4 up there is a new keyword "SVNReposName"
> you can add to the httpd.conf file which allows clients to browse
> multiple repositories.
>
> In both cases you need to read the SVN documentation applicable to your
> server's version of SVN because it requires changes on the sever side,
> not on the client (TSVN) side.

This is svn:// protocol and it is very easy to sort.

svnserve.exe --daemon --root drive:\path\containing\repositories

Use --root to tell svnserve where to look for repositories and it will
find any repo added to that folder.

It is in the manual, but I guess it could be (very slightly) clearer.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sat Jan 20 00:47:20 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.