[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: Ahmed, Omair (GE Oil & Gas) <omair.ahmed_at_ge.com>
Date: Mon, 17 Sep 2012 11:16:15 -0400

Stefan and Thorsten,

Thank you your helpful suggestions :-)

I can access the data from my client now - original problem resolved.

I created a directory called "Sandbox" which contains two subdirs and
some files. I then imported the "Sandbox" directory. However, I was
expecting to SVN to import the "Sandbox" directory also which it didn't.
Is that by design? How can I do an import and get the directory
structure that I expect?

Thanks again.

-----Original Message-----
From: Stefan Sperling [mailto:stsp_at_elego.de]
Sent: Monday, September 17, 2012 9:52 AM
To: Ahmed, Omair (GE Oil & Gas)
Cc: users_at_subversion.apache.org
Subject: Re: Unable to connect to SVN repository

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 17:17:03 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.