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

Re: SSH OS X issue (again)

From: Dave Camp <dave_at_thinbits.com>
Date: 2005-08-12 16:57:09 CEST

On Aug 11, 2005, at 5:59 PM, Paul Beckingham wrote:

> I have recently needed to rebuild an OS X (10.4.2) machine after a
> disk failure. Everything is back, my repository backup was good,
> and I am all set except for one thing: I remember making a change
> to a single ssh config file, so that ssh ran with a modified path,
> and therefore found svnserve.
>
> Could someone remind me what it was I did, so I can restore my
> shared repository via svn+ssh?

Good thing I saved these...

Depending on what your default shell is, you need to modify (or add)
the PATH variable in the following files (taken from an Xserve at work):

/etc/bashrc:export PATH=$PATH:/usr/local/bin
/etc/csh.cshrc: setenv PATH "$PATH"":/usr/local/bin"
/etc/csh.login:setenv PATH "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/
bin"

Some people have indicated that editing your local .XXXrc files will
work too, but that has not been my experience on any stock OS X
machines at work, but that was over a year ago.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 12 16:59:43 2005

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.