subclipse

Failed to load JavaHL Library

不问归期 提交于 2019-11-28 15:13:44
问题 After updating to Snow Lion I started receiving these errors in Flash Builder / Eclipse when trying to use SVN: Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path /opt/subversion/lib/libsvnjavahl-1.0.dylib: Library not loaded: /usr/lib/libpq.5.dylib Referenced from: /opt/subversion/lib/libsvnjavahl-1.0.dylib Reason: no suitable image found. Did find: /usr/lib/libpq.5.dylib: mach-o, but wrong architecture /usr/lib/libpq.5.dylib:

eclipse 安装svn插件(Subclipse)

笑着哭i 提交于 2019-11-28 13:04:03
1、 Eclipse的SVN插件 Subclipse Subclipse 是一个为 Eclipse IDE 添加 Subversion 支持的项目。支持几乎所有版本的Eclipse。 Eclipse的更新地址是: http://subclipse.tigris.org/update_1.6.x http://subclipse.tigris.org/update_1.8.x (支持Subversion 1.7.x) 2、具体安装过程: Eclipse是一个优秀的开源IDE,目前支持C/C++、JAVA、JS、PHP等语言。 我使用的是 :Eclipse Java EE IDE for Web Developers. Version: Kepler Release Build id: 20130614-0229 该版本默认使用CVS插件进行版本管理。下面安装SVN插件,以便能下载 Google Code 上的源代码。 以下是一些关键步骤: 其中 http://subclipse.tigris.org/update_1.0.x 是SVN插件的下载站点【subclipse是Eclipse的SVN插件】。 以update_1.0.x为例 Select All 然后单击Next... 一路Next,最后点击Finish,下载SVN插件并安装,最后需要重启Eclipse。 ----------

TFS for Java - bad idea?

六月ゝ 毕业季﹏ 提交于 2019-11-28 05:24:45
We're considering TFS for our .NET based projects and as a task management platform. Some teams develop exclusively in Java and they're quite happy with SVN (Subclipse). Our managers came up with the following questions: Should we migrate the Java teams to TFS as well? Does TFS (source control only) handles well Java projects? Is it a pain to migrate our Java code base and history from Subclipse to TFS? Currently we are looking to use TFS as a sole source control platform for maintainability reasons. We would like to avoid having our IT guys supporting multiple systems. Thanks Martin Woodward

Repair SVN Checksum

天大地大妈咪最大 提交于 2019-11-28 04:48:57
I'm using subclipse in Flex Builder 3, and recently received this error when trying to commit: svn: Checksum mismatch for '/Users/redacted/Documents/Flex Builder 3/path/to/my/file.mxml'; expected: 'f8cb275de72776657406154dd3c10348', actual: 'null' I worked around it by: Committing all the other changed files, omitting the troublesome one. Copying the contents of the trouble file to a TextMate window Deleting my project in FlexBuilder/Eclipse Checking my project out fresh from SVN Copying the text of the trouble file back in from the TextMate Window Committing the changes. It worked, but I can

Protect files from svn commit

廉价感情. 提交于 2019-11-28 03:58:59
问题 Hey, imagine a plain webapp with a log4j.properties which is under version control. I can't add it to svn:ignore because its a mandatory file. If i make custom changes for development and i don't want to commit them, i have to watch out for accidently commits. For one file it's easy to handle, with 3 or more files it becomes creepy. Is there a way to disable these files temporary from svn commit? So its easiert to commit? I'm working with svn and subclipse . 回答1: The typical way to handle

Different change lists in subclipse?

情到浓时终转凉″ 提交于 2019-11-27 14:37:53
问题 In IntelliJ, I can have different change lists so that I can put certain files that I never want to commit into a different change list, and I won't be prompted to commit those files unless I select that change list. For example, certain database configuration files, eclipse project files etc., I want to rarely or never commit. Is there a way to do this using Subversion in Eclipse? I haven't been able to find it so I have to uncheck the files I don't want to commit every time. Note that I can

Ignoring Eclipse project files in SVN project

随声附和 提交于 2019-11-27 10:41:47
问题 I have a PHP project set up in Eclipse with SVN support. Now, Eclipse adds its project files .buildpath and .project to the project and Subclipse wants to add it to the repository. Now I could just use svn:ignore to let SVN ignore the files, but that's not an option for various reasons. So, is there a way to make Eclipse and Subclipse ignore the files (which it should anyway)? 回答1: Preferences > Team > Ignored Resources 回答2: Can you use global-ignores ? If yes, customize it in your config

Subclipse - marking code changes like in NetBeans

人走茶凉 提交于 2019-11-27 10:33:15
问题 I moved recently from NetBeans to Eclipse. Since I have to work with the project checked out from SVN I installed Eclipse. My question is: how to make Subclipse indicated the changes that I introduce in the source code (downloaded from SVN) just like NetBeans? Is there any way? 回答1: In Window -> Preferences navigate to General -> Editors -> Text Editors -> Quick Diff and tick "Enable quick diff", "Show differences in overview ruler" and set "Use this reference source" to "Pristine SVN Copy".

Subclipse in Mac OS Lion shows “Unable to load default SVN client” error

元气小坏坏 提交于 2019-11-27 09:57:34
问题 After updating to Mac OSX Lion I find that I m unable to use Subclipse. I keep getting this error: Unable to load default SVN client Any ideas on how to resolve this issue? I m using Eclipse Indigo. 回答1: Have you tried downloading SVNKit from the update site of Subclipse? Go to Install New Software and select the Subclipse update site. Select the JNA and SVNKit library as well as the SVNKit Client Adapter. After, change the interface from JavaHL to SVNKit in the Preferences → Team → SVN → SVN

TFS for Java - bad idea?

若如初见. 提交于 2019-11-27 05:33:30
问题 We're considering TFS for our .NET based projects and as a task management platform. Some teams develop exclusively in Java and they're quite happy with SVN (Subclipse). Our managers came up with the following questions: Should we migrate the Java teams to TFS as well? Does TFS (source control only) handles well Java projects? Is it a pain to migrate our Java code base and history from Subclipse to TFS? Currently we are looking to use TFS as a sole source control platform for maintainability