RE: Unable to connect to SVN repository
From: Ahmed, Omair (GE Oil & Gas) <omair.ahmed_at_ge.com>
Date: Mon, 17 Sep 2012 10:44:39 -0400
This is the syntax I used to create the service. The "D:\MUXBOPCS" is the name of our production repo. It's empty right now. I created a test repo on the same server called "Sandbox_SVN_Repo" which has a couple of dirs & files in it.
Do I need to create a "svnserve" for each repo?
C:\Users\>sc create svnserve binpath= "\"D:\Program Files\TortoiseSVN\bin\svnserve.exe\" --service --root D:\MUXBOPCS" displayname= "Subversion Server" depend= tcpip start= auto
-----Original Message-----
Guten Tag Ahmed, Omair (GE Oil & Gas),
> The error message is: URL 'svn://X.XX.XXX.XXX/Sandbox_SVN_Repo'
What's the exact path to your created repo and how is svnserve started? Normally you have to provide the root path for your repos, like in my example:
C:\Programme\CollabNet\Subversion Client\svnserve --service --listen-port 3690 --root "D:\Subversion\Quellen"
Mit freundlichen Grüßen,
Thorsten Schöning
-- Thorsten Schöning E-Mail:Thorsten.Schoening_at_AM-SoFT.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon.............030-2 1001-310 Fax...............05151- 9468- 88 Mobil..............0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 207 694 - Geschäftsführer: Andreas MuchowReceived on 2012-09-17 16:45:17 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.