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

Re: Running multiple repos

From: Ed Hillmann <ed.hillmann_at_gmail.com>
Date: 2007-04-17 06:44:07 CEST

On 4/17/07, Justin Cook <justin@skull.co.nz> wrote:
> Ed Hillmann wrote:
> > I have our svnserve daemon servicing multiple repositories, and it's a
> > snap. Start the svnserve process using the -r command line param
> Thanks for your response! Is there a way to run it as a service, rather
> than in a window? Or can I safely close the console once it's started up?
Yes there is (although my experience is on a Solaris box). Look at
the link that Andy kindly provided.

> > So, my I store my repositories in /ct/ctsvn/repositories (so,
> > /ct/ctsvb/repositories/repos1, /ct/ctsvn/repositories/repos2, etc).
> > Then, when I start svnserve, I pass it -r /ct/ctsvn/repositories. It
> > will serve all the repositories it finds within that directory. Works
> > like a treat.
> That's exactly what I tried and it didn't work. I'll give it another
> burl. Does /ct/ctsvn/repositories have to be a repository as well, or
> just the actual repository folders themselves?
My containing directory is not another repository, just a folder. The
full syntax I use to start my service is

svnserve -d -r /ct/ctsvn/repositories

However, if you read the link about starting up as a service, you need
to use the --service option instead of the -d option (as I've put in
my example)

> I did have the idea of technically using one repository and having
> subfolders for projects under that, but that grants access to all my
> work rather than on an individual basis. That isn't what you've done
> above, is it?
Correct, I have not done that. Each repository is its own, each does
not know about the other, each can define its own security.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Apr 17 06:44:12 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.