subclipse

Get current revision number in Subclipse?

断了今生、忘了曾经 提交于 2019-12-05 23:09:06
While normally I use the Subversive plugin (Eclipse) for SVN, I've decided to try Subclipse, which seems to be more popular and better documented. Something I've taken for granted from Subversive is the current revision number shown. With Subversive, this is shown very clearly next to the menu: MyProject 43 [https://code.google.com...] Subversive is a bit different and the revision number is nowhere to be seen: MyProject [foo/trunk] How can I get the revision number to be shown in Subclipse? It's something I've come to rely on.. Just downloaded and installed the latest Subclipse 1.6.2 in my

How to deal best with SVN and local changes, that should not be committed?

回眸只為那壹抹淺笑 提交于 2019-12-05 21:49:28
I have checked out some projects from SVN repository. To build those projects I have to adjust some configurations (e.g. the classpath and property files) to fit the local enviroment. Now I don't want to commit those changes to the repository. So setting an svn:ignore may help. But what if I want to get updates from the repository without committing those files? Is there any option that allows me to get updates and prevents me from committing? Or what is the best way to deal with local changes? With my application projects I may configure eclipse's launch configurations to lauchn them with the

svn eclipse unable to load default svn client的解决办法

混江龙づ霸主 提交于 2019-12-05 20:06:28
在ubuntu12.04(64位) 下的eclipse3.7.2,安装了subclipse 1.6,已经选中了subclipse,subversion Client Adapter和Subversion JavaHL Native Library Adpter,但是在新建svn项目,出现unable to load default svn client错误 解决方法: apt-get install libsvn-java 并修改eclipse.ini文件,在"-vmargs"之后增加 -Djava.library.path=/usr/share/java/ -Djava.library.path=/usr/lib/jni:/usr/lib/x86_64-linux-gnu/jni 重新启动即可。 来源: oschina 链接: https://my.oschina.net/u/919074/blog/287320

How to Remove a Folder From Committing in SVN (Eclipse)

拈花ヽ惹草 提交于 2019-12-05 17:44:11
I know I might get slammed for this question, but I have looked at previous SO questions and have not found my answer. I am using SpringLoops to host my SVN version control. I am using Subclipse an SVN plugin for Eclipse. When I right click my project's root folder and do Team -> Commit I do not want to include the bin folder to that committ. Yes, I have previously committed it, and according to this question: Subclipse svn:ignore I have to delete it from my repository first. I am not sure what this exactly means. I cannot delete from the Springloops website, and inside Eclipse when I delete

Need help configuring external diff with Eclipse

巧了我就是萌 提交于 2019-12-05 16:57:56
I am trying to set up my dev environment and I got SVN running with Eclipse on my mac (with Subclipse). However, when I click on a file I've changed and go to Compare With -> Latest From Repository, I noticed I was getting (what I think is) a sub-par diff tool. So, I went to Preferences -> Team -> SVN -> Diff/Merge to configure an external diff tool (called "DiffMerge"). However, no matter what I put in the "External" field and the "Parameters" field, I cannot get the DiffMerge tool to work. For example, I tried "/Applications/DiffMerge" in the External field (I put the executable directly in

Subclipse + SVNKit keeps asking for credentials when connecting through svn+ssh

半世苍凉 提交于 2019-12-05 08:15:38
I'm using Subclipse to connect to an SVN repository via svn+ssh and a private key (the server has the paired public key). The interface is SVNKit (Pure Java). After I enter the svn+ssh://repository... address I am prompted for credentials. I specify the username and private key file (I did not set a passphrase so it is left blank) and confirm. The window pops up again and this goes on indefinitely. No console message is provided. Note 1: Marking "Save information" seems to have no effect. If there is a cache I'm supposed to be deleting this could help. I already deleted the keyring file in

Eclipse的安装与配置

走远了吗. 提交于 2019-12-05 07:52:20
常用插件 subclipse 不装subversion是因为在Package explorer中没办法显示上次提交人 subclipse 在线安装会出错,所以用本地文件方式安装,下载地址: http://pan.baidu.com/s/1qYEiA3i Gradle Gradle IDE Pack 3.8.x+1.0x 配置 配置文件编码 Window -> Preferences -> General -> Workspace -> Text file ecoding -> Other -> UTF-8 关闭拼写检查 Window -> Preferences -> General -> Editors -> Text Editors -> Spelling -> Enable spell checking 关闭文件验证 Window -> Validation 取消Build这一列所有复选框的选中,对Eclipse优化效果较明显。 配置Eclipse启动项 一些发送报告或者用于自动更新的启动项可以取消启动项 配置默认浏览器 如果不想用eclipse内置的浏览器,可以按下图进行配置 Console 控制台字节数限制 把这个配置的值改大一些 Window -> Preferences -> Run/Debug -> Console -> Console buffer size

Eclipse incoming synchronization view shows incoming new files as folders

人盡茶涼 提交于 2019-12-05 05:35:24
问题 I hope it is okay to ask for strange behaviour/bugs in Eclipse here. When I use the Eclipse synchronize view with Subclipse, I used to see all incoming files from other developers very nicely with blue arrows pointing to the left. Double click was perfect to open the compare editor and review all changes. For some time now, whenever a colleague adds a new file it shows up as an incoming new folder in my synchronize view! Even if I update it, I sometimes need to restart Eclipse to have this

Subclipse CollabNet is displaying a mystery icon decorator

别来无恙 提交于 2019-12-05 03:09:56
The scenario: I'm merging a series of cherry-picked revisions from an SVN branch into trunk. I'm using the Subclipse CollabNet client to do the merge. Everything works great, except that in addition to the files I picked to merge, my working directory shows a series of changes that SVN thinks have changed but that I haven't chosen to merge. If I do a diff on the files in question, it tells me there are no differences. If I do a commit, I get the screenshot below, with the mystery icon I haven't been able to find documentation of anywhere. Screenshot: That icon indicates that there are

Eclipse安装插件的几种方式

£可爱£侵袭症+ 提交于 2019-12-05 02:25:34
Eclipse魅力之一就是支持可扩展的插件,来丰富自身的功能,这种方式也是建立在开源思想之上的。具体使用什么方式去安装插件,要看我们拿到的是什么。 1. 拿到的是一串URL,如http://subclipse.tigris.org/update_1.8.x Help-->Install new software-->Add,给插件起个名字,然后输入链接,OK之后,等待Eclipse自动检索,这种方式要建立在网速良好的情况下,检索完成后,选择需要的组件,Next-->Finish,重启Eclipse,插件安装完成。 2. 拿到的是一个jar包 把jar包直接放到eclipse\plugins下,重启Eclipse,插件安装完成。 3. 拿到的是一个压缩包,里面有个类似包名的文件夹,如com.sysdeo.eclipse.tomcat_3.2.0.beta3 把这个类似包名的文件夹直接放到eclipse\plugins下,重启Eclipse,插件安装完成。 4. 拿到的是一个压缩包,里面有plugins和features两个文件夹 ① 将plugins和features下的jar包分别对应放到eclipse\plugins和eclipse\features下,重启Eclipse,插件安装完成。 ② 这种情况可以使用link的方式安装插件,操作步骤: 我电脑上的eclipse的安装目录是