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

Re: svn+ssh on Mac OS X problem

From: Robert Guthrie <rguthrie_at_pobox.com>
Date: 2004-07-28 19:48:35 CEST

On Jul 28, 2004, at 11:46 AM, Garry Hill wrote:
>
> should work after that. i don't know why svn doesn't look on your path
> ... bug maybe?

When using svn+ssh, to access a remote repository, you do not end up
with a shell on the remote machine. Secure shell makes use of an
environment file that sets you path to the bare minimum of directories.
  It accesses none of your shell settings stored in your home directory.
  I think the file is /etc/environment, but it may differ depending on
the brand of ssh (free or commercial).

I ran into this and tracked it down in the ssh (commercial version)
docs. It effectively limits me to accessing the repository on the
local machine only (rsh is a big no-no at my company), since I can't
convince anyone to add /usr/local or any other directories to this
file.

So it's not subversion's fault. Nor is it a Mac OS X problem, for that
matter.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 28 19:49:34 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.