On Sep 17, 2012, at 10:16, "Ahmed, Omair (GE Oil & Gas)" wrote:
> 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 des
To: Ahmed, Omair (GE Oil & Gas)
Cc: users@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 r
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://
Guten Tag Ahmed, Omair (GE Oil & Gas),
am Montag, 17. September 2012 um 16:44 schrieben Sie:
> Do I need to create a "svnserve" for each repo?
Not if all repos are in the folder which is provided by root, that's
how I do it. I don't even know if root can be used to serve only one
repo.
Mit freun
---
From: Thorsten Schöning [mailto:tschoen...@am-soft.de]
Sent: Monday, September 17, 2012 9:29 AM
To: users@subversion.apache.org
Subject: Re: Unable to connect to SVN repository
Guten Tag Ahmed, Omair (GE Oil & Gas),
am Montag, 17. September 2012 um 16:00 schrieben Sie:
> The error message i
On Mon, Sep 17, 2012 at 10:00:33AM -0400, Ahmed, Omair (GE Oil & Gas) wrote:
> The error message is: URL 'svn://X.XX.XXX.XXX/Sandbox_SVN_Repo' doesn't
> exist
What parameters are you passing to svnserve?
There is probably a mismatch between where the -r option says the
repository is and the URL y
Guten Tag Ahmed, Omair (GE Oil & Gas),
am Montag, 17. September 2012 um 16:00 schrieben Sie:
> The error message is: URL 'svn://X.XX.XXX.XXX/Sandbox_SVN_Repo' doesn't
> exist
What's the exact path to your created repo and how is svnserve
started? Normally you have to provide the root path for you
Hello,
I am a brand new SVN user - day 3.
Following the documentation, I installed and configured a repository and
imported some test data into it. I can access the repository on the SVN
host using the "file:/// " convention but access the
repository using the TortoiseSVN client (1.7.9) f