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

Re: svnserver svn+ssh setup

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2006-10-09 07:02:19 CEST

    And then:

    -----code-----
    svnuser@hgb-64:svnserve --foreground -r /repos/svn/ -d
    -----code-----

Strange as it seems, you don't need to run svnserve in order to use
svn+ssh:

See
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshauth
-- in particular the paragraph that begins "The important thing to
understand here is that the Subversion client is not connecting to a
running svnserve daemon."

    -----code-----
    svnuser_at_hgb-64:~/Desktop$ svn info svn+ssh://localhost/p1
    ssh: connect to host localhost port 22: Connection refused
    svn: La conexión de red se cerró inesperadamente
    -----code-----

You need to run an ssh daemon.

-- 
Like most people, I would like to use the words ''parameters''
and ''behoove'' in the same sentence, but I am not sure how.
        -- A Question for 'Ask Mister Language Person'
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 9 07:08:54 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.