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

RE: Multiple Repositories in a Windows Server

From: Thomas Hemmer <themmer_at_go-engineering.de>
Date: Tue, 22 Jan 2008 14:17:53 +0100

Hmmm,

sounds interesting.
Perhaps I should give it a try, at least for the reason of curiosity ;-)

Thank you for clarifying!

Best regards,

Thomas

> -----Original Message-----
> From: Ryan Schmidt [mailto:subversion-2007b_at_ryandesign.com]
> Sent: Tuesday, January 22, 2008 12:19 PM
> To: Thomas Hemmer
> Cc: Subversion Users
> Subject: Re: Multiple Repositories in a Windows Server
>
>
> On Jan 22, 2008, at 05:08, Thomas Hemmer wrote:
>
> > 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?
> >>>>
> >>>> 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?
> >>>
> >>> 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.
> >>
> >> Surely svnserve on Windows also accepts the -r option
> which would let
> >> you specify a directory containing several repositories?
> >
> > maybe I didn't get you right or I am missing something about svn
> > itself.
> >
> > What exactly do you mean by "... the -r option which would let you
> > specify a directory containing several repositories?"?
> > By a "repository" I used to understand a directory containing files
> > and subdirs like "conf/ dav/ db/ format hooks/ locks/ README.txt"...
> >
> > 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 should be able to specify either
>
> svnserve -r /path/to/repository
>
> and then you access the repository with
>
> svn://hostname/
>
> or you can specify
>
> svnserve -r /path/to/directory/containing/many/repositories
>
> and then you access each repository with
>
> svn://hostname/repositoryname/
>
>
>
> ---------------------------------------------------------------------
> 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 14:18:32 CET

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.