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

[OT, somewhat] Can't get svn+ssh to work

From: Guy Umbright <guy-list_at_kickstandsoft.com>
Date: 2004-04-28 22:20:59 CEST

I had everything working under Mac OS X (subversion installed via
darwin ports), then I had to reconfigure the
two client machines and now I can't convince things to work.

Specifically, when I do (for instance):

   svn commit -m "update"

I get the following:

   bash: svnserve: command not found
   svn: Commit failed (details follow):
   svn: Connection closed unexpectedly

Similar message for a checkout too.

I can successfully ssh to the client machine and do "svnserve -i", with
no problem, getting

  ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )

But strangely if I do:

   ssh <servermachine> svnserve -i

I get the same messages as with the svn command. If I do the following
though:

   ssh <servermachine> /opt/local/bin/svnserve -i

getting:

   ( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )

/opt/local/bin is indeed in the the path for the account, so I don't
get what the hell is going wrong. I will accept
any ideas, as well as any dopeslaps. What did I mess up?

Guy

--
WWARPWDBISCD - What would a rational person who didn't belive in 
superstitous crap do?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 28 22:21:43 2004

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.