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

Re: cannot checkout new svn repository

From: Kurt Pruenner <leak_at_gmx.at>
Date: Tue, 18 Nov 2008 09:53:45 +0100

Stephen Dewey wrote:
> If I use svn+ssh with an SSH account (after running svnserve -t), I
> get the error "connection closed unexpectedly."

Why exactly are you running "svnserve -t" in the first place?

If you have an ssh daemon running on your server and subversion is
installed and in your user's path that should be enough to get an
svn+ssh connection up and running, no configuration neccessary.

> If I use just svn (after running svnserve -t), it waits for a while
> and then gives me the error, "Cannot connect to host '12.34.56.78': A
> connection attempt failed because the connected party did not properly
> respond after a period of time, or established connection failed
> because connected host has failed to respond."

For that to work you should run "svnserve -d" to spawn a server process
that will be listening on a TCP port (3690 by default).

More information about running svnserve can be found here:
http://svnbook.red-bean.com/en/1.5/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.invoking.tunnel

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-18 09:54:20 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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