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

svn co svn://... gets confused by errors in RC file

From: <nas_at_mems-exchange.org>
Date: 2003-01-22 23:41:04 CET

I was trying to get ra_svn working because ra_dav checksum errors are
preventing us from getting any work done. I created
~/.subversion/servers with:

[groups]
  mx=svn

[mx]
  svn-tunnel-agent=ssh

The svn co svn://svn/repos/trunk command dies with Connection
refused, presumably because it's trying to connect to the svnserve
port. svn co http://svn/repos/trunk dies with a syntax error.
Removing the leading spaces in the config file fixes the problem (svn co
svn://... now uses an ssh tunnel).

  Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:07:23 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.