Jul 16, 2008
Getting Subversion on Ganymede (Leopard)
In the past few days I started using the new Eclipse 3.4 (Ganymede) release, I had been working happily away using the command line subversion but I decided to give the Subversion integration a go. i have to admit I was totally confused by the deployment, Subversion support is meant to be part of the product but you have to download the Subversion Connectors from Polarion. After trying several times to install the missing bits and not being able to get the projects to appear with any subversion support I ended up installing the Subversion 1.5 binaries for Mac (available here from Collab.net). Then updating my ~/.bash_profile with the following lines:
export PATH=/usr/local/bin:$PATH export LD_LIBRARY_PATH=/opt/subversion/lib/:$LD_LIBRARY_PATH
Then I downloaded a fresh Ganymede installation and using the new Software Updates I added the Subclipse update site (http://subclipse.tigris.org/update_1.4.x) and installed that. Finally I was able to see the subversion information in Eclipse.
So while just trying to get subversion support I lost a few hours and also ended up upgrading to Subversion 1.5 just to get it in place. Given the out-of-the-box experience I have to admit I was frustrated, I realize that Subversive is a incubator project but I would have through getting it to work on a mac would have been much easier. Maybe someone can provide a guide so I understand what I did wrong - in the meantime its back to Subclipse (and wondering what problems I’ll find).









[...] recorded first by muffy on 2008-12-25→ Getting Subversion on Ganymede (Leopard) [...]