SVN 1.6, MacOSX and Eclipse Ganymedes

Share on:

So, I have to use Eclipse Ganymedes 3.4 for some time @ work, I don't know how long I will last (the previous time it took me 1 week to switch back to Netbeans). Anyway, the reason is I have to work with some eclipse plugins -> JBoss tools!

Anyway one of things that really annoys me in Eclipse is the SVN support. My colleagues use Subclipse, so I thought to give it a try. The proposed version was quite old 1.2 and really whenever I tried to use it, most of the time it failed me. I thought let's give it a try and move to the latest version

Step 1: Download SVN 1.6 client for MacOSX: Here it's Universal, no worries just double click and it's done

Step 2: Update your system Path in order the system to see the update SVN binary. Ok I did something extreme.Open the 'Terminal'

2.1

1cd /usr/bin 2.2 sudo rm ./svn 2.3 sudo ln -s /usr/local/bin/svn ./svn

Done. Actually I just deleted the binary of the default 1.4.4 version and created a sym link to the newly installed 1.6 version. I guess there are other ways, by editing .profile or .rc whatever.

Step 3. Check my new SVN @ the Terminal type: svn --version Got something like svn, version 1.6.0 (r36650) compiled Mar 20 2009, 10:52:05 Nice, done!

Step 4. Open Eclipse 3.4 and press from the Menu Help -> Software Updates

Step 5. Press on tab Available Software, and on then _Add Site'

Step 6.Enter https://subclipse.tigris.org/update_1.6.x

Step 7.Press Ok, let it add the Update site.

Step 8. Expand the entry and select Under the subclise entry the following as shown below. Subclipse, Subversion Client Adapter, Subversion JavaHL,Suberversion Revision Graph

Step 9. Press Install. Let it restart. Step 10. When it is restarted on the right side, Open the SVN Repository Perspective', and Add an SVN repository to browse and download code. Here is me browsing through as anonymous in jboss code repositories (https://anonsvn.jboss.org/repos/jbossas/) full list here.

I hope it works better than the previous version!