Re: SVN command-line tools stuck at 1.4.4

2009-09-10 Thread Quinn Taylor
Even thought the newer tools may be installed, when you specify only  
svn in Terminal, it uses the first matching executable it finds,  
which is /usr/bin/svn on Leopard. If you want to use a newer version  
on Leopard, the simplest way is to specify the full path to the  
executable (/opt/subversion/bin/svn) or modify your $PATH variable to  
put /opt/subversion/bin at the front of your path:


export PATH=/opt/subversion/bin:$PATH

If you want this to happen automatically each time you open a Terminal  
window, put that line in your ~/.bashrc or ~/.profile file.


This approach will affect anything that uses the binary, but other  
tools (like Xcode) that use the SVN libraries in /usr/lib will require  
more drastic changes. If you can (not on PPC), upgrade to  Snow  
Leopard — it has SVN 1.6.2 built-in.


 - Quinn

On Sep 10, 2009, at 2:50 PM, k9d wrote:



Hi,

I'm trying to upgrade my command line tools to version 1.6.5 under OSX
but even after I install the Collabnet binaries for 1.6.5 from
http://svnbinaries.open.collab.net/servlets/ProjectDocumentList?folderID=164
Versions still reports that I have commandline tools 1.4.4

Any suggestions? Thanks in advance!

Jordan

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google  
Groups Versions group.

To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---





smime.p7s
Description: S/MIME cryptographic signature


Re: SVN command-line tools stuck at 1.4.4

2009-09-10 Thread Dirk Stoop

Quite a while ago, when we first shipped Versions with SVN 1.5
support, I made a little postflight script for the CollabNet SVN
installers for Mac OS X that adds the newly installed command line
tools to your path variable automatically, for a bunch of different
shells.

For mysterious reasons it never made it into the CollabNet installers,
but I've uploaded it to the Files section here for anyone who wants to
adapt or use it.

http://groups.google.com/group/versions/web/postflight-svn-cli-pathvars.sh

- Dirk
the Versions team

On Sep 11, 12:03 am, Quinn Taylor quinntay...@mac.com wrote:
 Even thought the newer tools may be installed, when you specify only  
 svn in Terminal, it uses the first matching executable it finds,  
 which is /usr/bin/svn on Leopard. If you want to use a newer version  
 on Leopard, the simplest way is to specify the full path to the  
 executable (/opt/subversion/bin/svn) or modify your $PATH variable to  
 put /opt/subversion/bin at the front of your path:

 export PATH=/opt/subversion/bin:$PATH

 If you want this to happen automatically each time you open a Terminal  
 window, put that line in your ~/.bashrc or ~/.profile file.

 This approach will affect anything that uses the binary, but other  
 tools (like Xcode) that use the SVN libraries in /usr/lib will require  
 more drastic changes. If you can (not on PPC), upgrade to  Snow  
 Leopard — it has SVN 1.6.2 built-in.

   - Quinn

 On Sep 10, 2009, at 2:50 PM, k9d wrote:





  Hi,

  I'm trying to upgrade my command line tools to version 1.6.5 under OSX
  but even after I install the Collabnet binaries for 1.6.5 from
 http://svnbinaries.open.collab.net/servlets/ProjectDocumentList?folde...
  Versions still reports that I have commandline tools 1.4.4

  Any suggestions? Thanks in advance!

  Jordan

  


  smime.p7s
 3KViewDownload

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Versions group.
To post to this group, send email to versions@googlegroups.com
To unsubscribe from this group, send email to 
versions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en
-~--~~~~--~~--~--~---