RE: running git from non-standard location on Mac

2013-02-21 Thread James French
-Original Message- From: Konstantin Khomoutov [mailto:flatw...@users.sourceforge.net] Sent: 21 February 2013 10:35 To: James French Cc: git@vger.kernel.org Subject: Re: running git from non-standard location on Mac On Thu, 21 Feb 2013 09:48:36 + James French wrote: > I wonder

Re: running git from non-standard location on Mac

2013-02-21 Thread Matthieu Moy
Konstantin Khomoutov writes: > This [1] should help you get started with affecting @INC. In the particular case of Git, the Makefile hardcodes the path to the Git library. The script git-svn in Git's exec-path should start with: use lib (split(/:/, $ENV{GITPERLLIB} || "/some/hardcoded/path/to/p

Re: running git from non-standard location on Mac

2013-02-21 Thread Konstantin Khomoutov
On Thu, 21 Feb 2013 09:48:36 + James French wrote: > I wonder if someone could help me. I installed git on a Mac and then > I copied the install somewhere else (which I do want to do, trust > me).  I'm now having trouble with git svn. I'm getting "Can't locate > Git/SVN.pm in @INC..." > > I'

running git from non-standard location on Mac

2013-02-21 Thread James French
Hi, I wonder if someone could help me. I installed git on a Mac and then I copied the install somewhere else (which I do want to do, trust me).  I'm now having trouble with git svn. I'm getting "Can't locate Git/SVN.pm in @INC..." I've added the bin folder to PATH. What else do I need to do? Do