Anyways after the upgrade I found that my subclipse plugin doesn't work. Since at work in Terracotta we use eclipse+subversion I couldn't live without subclipse. Searched around the web and found that there are some compatibility issues between eclipse 3.4, subclipse and svn 1.4 which comes with ubuntu 8.04
Long story short, after searching a lot found someone claim that subclipse starts working if you have svn 1.5 installed. Found out that subversion 1.5 is available in Ubuntu Interpid which is in alpha.
These are the steps I followed to get subclipse working in eclipse 3.4 on my ubuntu 8.04
Uninstall the existing subversion 1.4 and all related packages. (libsvn, libsvn-java, subvertion-tools)
Download the following packages from Interpid repository.
- Install the downloaded packages by issuing the following command.
sudo dpkg -i *.deb
Viola, subclipse started working with eclipse 3.4 and I am a happy man again ;)