> How is your setup?
> * paths to the repositoy or repositories
At E:\SVN you find all the repositories:
E:\SVN\Demo
E:\SVN\MyDocuments
E:\SVN\Projects\TeX
E:\SVN\Projects\VS2005
E:\SVN\Projects\Web
E:\SVN\WireShark
Each repository has the SVN folders and files. Since svnserve is started with "-r E:\SVN" I access the repository E:\SVN\MyDocuments with the URL "svn://localhost/MyDocuments".
* exact command line you start svnserve
C:\Users\Helge>sc qc svn
SC] QueryServiceConfig SUCCESS
ERVICE_NAME: svn
TYPE : 10 WIN32_OWN_PROCESS
START_TYPE : 2 AUTO_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\Program Files\SlikSvn\bin\svnserve --service -r E:\SVN --listen-host localhost
LOAD_ORDER_GROUP : Base
TAG : 0
DISPLAY_NAME : Subversion Server
DEPENDENCIES : Tcpip
SERVICE_START_NAME : LocalSystem
* are you trying the command line client on the same machine than TSVN
Yes.
* anything else you might think is important
I stopped the SVN service and ran svnserve fro the command line:
svnserver -X -r E:\SVN
When I use the command line client, I get the response and the svnserve program terminates as expected.
When I use TortoiseSVN, svnserve keeps running. Well it doesn't access the svnserve.
localhost is resolved as 127.0.0.1
Helge
ICQ#359341095
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2441551
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-24 17:16:13 CET