[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnserve

From: sashan <sashang_at_ihug.co.nz>
Date: 2003-07-26 02:03:11 CEST

Hi

How do i access a repository on my local machine using svnserve on WInXP?

I've created a repository using svnadmin and then imported some files
into it. I can checkout the contents by typing:

svn checkout file:///e:/svn_repos_temp/temp_proj

Now I want to do it using svnserve because I plan to put my repository
on another machine on the network. I start svnserve by typing:

svnserve

and then the following appears in the console window so it looks like
svnserve is running:

( success ( 1 1 ( ANONYMOUS ) ( ) ) )

Then I try and connect to it as in the example in the docs:

svn checkout svn://localhost/e/svn_repos_temp/temp_proj

However I get the following error messages:

svn: No connection could be made because the target machine actively
refused it.
svn: Can't connect to host 'localhost'

I'm using the build of subverison located here
http://subversion.tigris.org/files/documents/15/5117/svn-0.25.0-setup.exe

Thanks

-- 
sashan
http://sashan.netfirms.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 27 17:38:16 2003

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.