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

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

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-04-29 09:28:29 CEST

Guy Umbright wrote:
> 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?

Well, I'd guess the paths for that account. Beware, there might be wore than
one place to set the path. I think, by default, ssh starts a /bin/sh when
invoking another process and /bin/sh probably wont read ~/.bashrc, even if
that is the user's shell.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 29 09:29:55 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.