How to use SVN 1.8 with Eclipse under Ubuntu?

we are just updating to SVN 1.8. Unfortunately, no one thought about us, Linux :( Is there a way to connect Eclipse to SVN 1.8?

The Dominik Stadler repo is mentioned a couple of times from the point of view of upgrading to 1.7, but 1.8 The folder looks pretty empty. :( I found the cli version initial download, which works, but, of course, is not integrated into eclipse. I can not find a newer version of SVN Kit or JavaHL, although they are used by subversion and subqueries as connectors. Is there a plugin that uses the cli client, or is it just waiting for an update ?: (

thanks for any tips

change

There is a version of the Alpha SVN Kit available on their website svnkit.com/download.php that supports SVN 1.8. Sure, I can’t install the eclipse file “Can't find jar file”. Anyone?: (

edit2

If I put the SVN Kit Alpha into the eclipse "dropins" folder, it is listed in my list of plugins, but how can I use it now ?: (

+4
source share
1 answer

SEE THE LIGHT!

  • Download CollabNetSubversion-client rpm in the correct architecture (registration required).
  • Install rpm sudo apt-get install rpm
  • Install svn client without deps: sudo rpm -ivh --nodeps CollabNetSubversion-client-1.8.0-2. x86_64.rpm sudo rpm -ivh --nodeps CollabNetSubversion-client-1.8.0-2. x86_64.rpm
  • Find the collabnet installation `sudo updatedb , then locate *collabnet* (or use find or whatever you like) should be /opt/CollabNet_Subversion/bin/collabnetsvn-config
  • Get the lib path, should be /opt/CollabNet_Subversion/lib
  • Open eclipse.ini
  • Enter the path lib -Djava.library.path=/opt/CollabNet_Subversion/lib in the vmargs line.
  • Install Subclipse SVN plugin (this does not work with Subversive)
  • Select JavHL (JNI) 1.8.0 as the SVN Interface
  • CHECK # &% $ § # PROJECTS AND COMMITTEES $% & # § FROM THEM!
+5
source

Source: https://habr.com/ru/post/1490448/


All Articles