Re: Unable to connect to SVN repository

2012-09-17 Thread Ryan Schmidt
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

Re: Unable to connect to SVN repository

2012-09-17 Thread Ahmed, Omair (GE Oil & Gas)
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

Re: Unable to connect to SVN repository

2012-09-17 Thread Stefan Sperling
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://

Re: Unable to connect to SVN repository

2012-09-17 Thread Thorsten Schöning
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

RE: Unable to connect to SVN repository

2012-09-17 Thread Ahmed, Omair (GE Oil & Gas)
--- 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

Re: Unable to connect to SVN repository

2012-09-17 Thread Stefan Sperling
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

Re: Unable to connect to SVN repository

2012-09-17 Thread Thorsten Schöning
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