Update SVN under my Mac OSX 10.5
        Posted  
        
            by SergioP
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SergioP
        
        
        
        Published on 2010-03-28T20:38:58Z
        Indexed on 
            2010/03/28
            20:43 UTC
        
        
        Read the original article
        Hit count: 359
        
Hi, I had downloaded and installed the 1.6.9 version of SVN from http://subversion.tigris.org/.
After the installation I noticed that if I launch the command "svn" from the terminal, my Mac still uses the old version, the 1.4.4.
If i want to use the new version, I need to specify its path, like this:
- /opt/subversion/bin/svn commit
instead of:
- svn commit  
There is a way to solve this problem and use the new version of the command without typing the entire path?
Tanks
Sergio
© Stack Overflow or respective owner