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

svnserver svn+ssh setup

From: daol <h.hsf_at_gishpuppy.com>
Date: 2006-10-09 04:54:27 CEST

Hi there people.

Im trying to get a svn server up and working to do some projects at
school and been able to have the repo at my house...

OK, so I do

-----code-----
svnuser@hgb-64:/repos/svn$ svnadmin create p1
-----code-----

And then:

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

And then only with svn://
-----code-----
svnuser_at_hgb-64:~/Desktop$ svn info svn://localhost/p1
Ruta: p1
URL: svn://localhost/p1
Raíz del repositorio: svn://localhost/p1
UUID del repositorio: 95c9612b-541f-0410-a1e5-d5ecf45514e4
Revisión: 0
Tipo de nodo: directorio
Revisión del último cambio: 0
Fecha de último cambio: 2006-10-08 17:24:32 -0500 (dom, 08 oct 2006)
-----code-----

That mean that all go OK ;), also I can do commit with svn:// and one
of the default users, for example user:sally and password:sallyssecret
(that mean that MD5 authentication work OK?)

But when using ssh something go wrong (I dont know if I need to setup
something more)

-----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-----
What say there in english is "svn: the net connection is closed unexpectedly"

Tought I can autenticate with default user sally (I have uncommented
the lines for my test) when asking user and password... via svn:// but
without +ssh.

¿Some one know what to do?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 9 04:55:02 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.