Hi Everybody,
I believe that most of the Eclipse lovers might have come across this issue by now. Couple of days back I moved to Fedora 17. As expected it was nice.
But SVN function was broken on my Eclipse. Reason was all the svn libraries has been upgraded to version 1.7.5. Therefore all of the tools written to work with svn 1.6 libraries are useless now.
You have to upgrade your Subclipse to version 1.8.7. To do so first you have to uninstall the old Subclipse and related plug-ins from Eclipse and reinstall them using the Marketplace client which is so easy. Make sure you install the JavaHL Native Library Adapter (v1.7.4) for SVN too.
You May easily do it with Yum (on RedHat based) or Aptitude (On Dabian based)
Not just that. If you are planing to stick to SVN 1.7 then you have to upgrade all your old working copies to the new version. This is so easy. Just do the following on the command prompt or Using Eclipse.
Using command prompt:
svn upgrade
Using Eclipse:
Right click on your project -> Team -> Upgrade (You can find this at the bottom of the right click menu)
Cheers.
I believe that most of the Eclipse lovers might have come across this issue by now. Couple of days back I moved to Fedora 17. As expected it was nice.
But SVN function was broken on my Eclipse. Reason was all the svn libraries has been upgraded to version 1.7.5. Therefore all of the tools written to work with svn 1.6 libraries are useless now.
You have to upgrade your Subclipse to version 1.8.7. To do so first you have to uninstall the old Subclipse and related plug-ins from Eclipse and reinstall them using the Marketplace client which is so easy. Make sure you install the JavaHL Native Library Adapter (v1.7.4) for SVN too.
You May easily do it with Yum (on RedHat based) or Aptitude (On Dabian based)
- Fedora users need to install the subversion-javahl package ( # yum install subversion-javahl )
- Debian (Ubuntu) users need to install the libsvn-java package ( # aptitude install libsvn-java )
Not just that. If you are planing to stick to SVN 1.7 then you have to upgrade all your old working copies to the new version. This is so easy. Just do the following on the command prompt or Using Eclipse.
Using command prompt:
svn upgrade
Using Eclipse:
Right click on your project -> Team -> Upgrade (You can find this at the bottom of the right click menu)
Cheers.
Comments