On Mon, Sep 17, 2012 at 10:44:39AM -0400, Ahmed, Omair (GE Oil & Gas) wrote:
> Do I need to create a "svnserve" for each repo?

No.

svnserve will try to access repositories relative to the path you
pass for --root, by appending to --root the path which follows the
hostname part given in the svn:// URL.

So you need to pass the parent directory of your repositories as
--root parameter, rather than the repository itself. Then you can
access each repository by using its name in the svn:// URL.

Reply via email to