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

SVN+SSH - svnserve problem

From: Stefan Schwarzer <stefan.schwarzer_at_grid.unep.ch>
Date: 2006-03-01 09:25:53 CET

Hi there,

somehow I really don't get it. I read all I could find about svn+ssh,
but I don't get it working...

What I have is the following:

a) I am working on my local machine (Mac OS X), where the repository
resides. Here I do changes to the code code and commit it (locally)
to the svn repository.
b) Then, I would like to get the most recent changes onto my test
server (Linux), to test it in the same environment as the production
server.
c) So, from this test server I try to connect to my local machine as
follows:

        /usr/bin/svn checkout svn+ssh://schwarzer@my.ip.address/Users/
schwarzer/Documents/subversion_cvs/geodataportal/trunk .
        Password:

d) But then I get the following error message:

        bash: line 1: svnserve: command not found
        svn: Connection closed unexpectedly

e) I started the svnserve on my local machine (and on the test server
too, cause I wasn't sure which svnserve it is asking for) using
        
        svnserve -d

f) I tried to connect via SSH from the test server to my local
machine and start svnserve and it works as well.

So, where is the problem?!?

Thank you very much for any hint or slap on my head!

Stef

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 1 09:28:51 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.