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

Can't access repo on the network

From: Marko Anastasov <marko_at_marko.anastasov.name>
Date: 2007-05-03 01:22:46 CEST

Hello,

I created a repository and imported a project. I started svnserve as:

svnserve -d -r /usr/home/path/to/repos

and on the same computer, I'm able to svn co svn://localhost/project.
However, not from another computer:

$ svn co svn://hostalias/project
svn: No repository found in 'svn://hostalias/project'

Running Netcat returns success:

$ nc hostalias 3690
( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline svndiff1
absent-entries ) ) )

I'm doing this for the first time; hope someone can advise me what
I'm missing...

    Marko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 3 01:23:06 2007

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.