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

Re: svnserve on Solaris 8 wont accept connections

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-09-16 00:35:34 CEST

> -----------------------------------------------
> # Alternately -- alll done from root's session.
> ------------------------------------------------
> # /usr/local/bin/svnserve --daemon --listen-host 127.0.0.1 --listen-port 3690 --root /export/home/svn-repos
> bash-3.1# svn list svn://127.0.0.1/export/home/svn-repos
> svn: URL 'svn://127.0.0.1/export/home/svn-repos' non-existent in that revision

Ofcourse not: the --root ... parameter makes the given directory the
root in the url, so, your svn list command should have been:

svn list svn://127.0.0.1/

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 16 00:36:08 2006

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.