如何在Ubuntu下使用SVN 1.8与Eclipse? [英] How to use SVN 1.8 with Eclipse under Ubuntu?

查看:109
本文介绍了如何在Ubuntu下使用SVN 1.8与Eclipse?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们刚升级到SVN 1.8。不幸的是没有人想到我们的Linux人物(有没有办法将Eclipse连接到SVN 1.8?



Dominik Stadler 在升级到1.7时被提及,但1.8文件夹看起来很空。:(
我发现了源代码下载的 cli版本,但它当然不会集成在日食中
I找不到较新版本的SVN Kit或JavaHL,它们被subversive和subclipse用作连接器,是否有可能使用cli客户端的插件?还是只是等待更新?(



任何线索的Thx



编辑



有一个SVN套件的Alpha版本在他们的网站svnkit.com/download.php上可用,支持SVN 1.8。不幸的是,我无法安装eclipse文件找不到jar文件任何人?((/ / p>

edit2



如果我将SVN Kit Alpha放在eclipse的dropins文件夹中,我的插件列表,但是现在我使用了&#%$? :(

解决方案

LET有光!


  1. 下载 CollabNetSubversion-client rpm 在正确的架构(需要注册)。

  2. 安装rpm sudo apt-get install rpm

  3. 安装没有deps的svn客户端: sudo rpm -ivh --nodeps CollabNetSubversion-client-1.8.0-2。x86_64.rpm

  4. 查找collabnet安装`sudo updatedb 然后 locate * collabnet * (或应该是 / opt / CollabNet_Subversion / bin / collabnetsvn-config

  5. 获取lib路径,应为 / opt / CollabNet_Subversion / lib

  6. 打开eclipse.ini

  7. vmargs下输入lib路径 -Djava.library.path = / opt / CollabNet_Subversion / lib / code> lin e。

  8. 安装SVN Plugin Subclipse(这似乎不适用于Subversive)

  9. 选择JavHL(JNI)1.8.0作为SVN界面

  10. 检查#&%$§#项目并提交$%&#他们之外!


we just upgrade to SVN 1.8. Unfortunately nobody thought about us Linux folks :( Is there any way to connect Eclipse to an SVN 1.8?

The repo of Dominik Stadler is mentioned a couple of times in terms of upgrading to 1.7 but the 1.8 Folder looks pretty empty. :( I found the the source download of the cli version which works but is of course not integrated in eclipse. I cannot find a newer Version of SVN Kit or JavaHL though, which are used by subversive and subclipse as a connector. Is there maybe a plugin which uses the cli client? Or is it just waiting for an update? :(

Thx for any clues

edit

There is an Alpha Version of SVN Kit available on their site svnkit.com/download.php that supports SVN 1.8. Unfortuntely I cannot install the eclipse file "Cannot find jar file". Anyone? :(

edit2

If I drop the SVN Kit Alpha in the "dropins" folder of eclipse, it is listed in my plugin list but how the &#%$ do I use it now? :(

解决方案

LET THERE BE LIGHT!

  1. Download the CollabNetSubversion-client rpm in the correct architecture (registration required).
  2. Install rpm sudo apt-get install rpm
  3. Install svn client without deps: sudo rpm -ivh --nodeps CollabNetSubversion-client-1.8.0-2. x86_64.rpm
  4. Find collabnet installation `sudo updatedb then locate *collabnet* (or use find or whatever you like), should be /opt/CollabNet_Subversion/bin/collabnetsvn-config
  5. Get the lib path, should be /opt/CollabNet_Subversion/lib
  6. Open your eclipse.ini
  7. Enter the lib path-Djava.library.path=/opt/CollabNet_Subversion/lib under the vmargs line.
  8. Install the SVN Plugin Subclipse (this does not seem to work with Subversive)
  9. Choose JavHL (JNI) 1.8.0 as your SVN interface
  10. CHECK THE #&%$§# PROJECTS OUT AND COMMIT THE $%&#§ OUT OF THEM!

这篇关于如何在Ubuntu下使用SVN 1.8与Eclipse?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆