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

Re: Unable to connect to SVN repository

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 17 Sep 2012 16:51:44 +0200

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.
Received on 2012-09-17 16:52:26 CEST

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.