RE: Using TSVN to connect to multiple repositories on same server?
From: Erik Hemdal <erik_at_comprehensivepower.com>
Date: 2007-07-13 17:30:42 CEST
>
Hi Matthew:
To make this work, I think the key is specifically where your repositories
There's a repository root, or parent, directory, which is what I give to the
If I want 2 URLs like
svn://host.domain.com/mystuff
the repositories need to be located at
/repobase/mystuff
Which means I need to do the command
svnadmin create /repobase/mystuff
If I do
svnadmin create /repobase
then svnserve will only find one repository, and will be confused. I'm
If you are on Windows, I think you'll want directories like
I hope this helps. Erik
---------------------------------------------------------------------
|
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.