subclipse

Eclipse: Subclipse “Edit Conflicts”

…衆ロ難τιáo~ 提交于 2019-12-24 06:37:38
问题 I have found that when using Subclipse to edit conflicts, all my syntax color settings are preserved except for the background color, which is reset to the standard white. Using my particular color scheme makes it almost impossible to read any of the text when stuck with a white background. Is there anywhere I can change this default background color? There doesn't seem to be any way to do this from the preferences window, but perhaps there is a config file somewhere I could edit? Any help

Eclipse project with Subclipse: Introduce trunk and branches

人盡茶涼 提交于 2019-12-23 16:40:56
问题 I have a project in my workspace (without trunk and branches) and need to create a copy of the current release for providing bug fixes for this release while working on a new feature, as described here: http://nedbatchelder.com/text/quicksvnbranch.html. What is the recommended way of doing this without affecting repository's main structure and the checked out projects on the machines of other developers? 回答1: If you did not establish some structure when you created your repository you cannot

How can I ignore build directory in Subclipse?

[亡魂溺海] 提交于 2019-12-23 09:29:56
问题 After build, I got tons of class files in build directory which is automatically generated. I don't want to commit them, so I tried to ignore them using Team -> Add to svn:ignore , but they are already grayed out. I tried to remove the build directory with Project -> Clean , but interestingly Subclipse still has them when I tried to commit. What went wrong? How can I ignore the build directory in Subclipse? 回答1: You cannot ignore a file which is already in the svn repository. Delete that file

Eclipse SVN Subclipse Tortoise Force Lock

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-23 04:22:15
问题 Is it possible to force the user to lock a file in eclipse before they edit anything? I am using subclipse with tortoise svn. 回答1: To get this functionality for your entire project open up the root directory of your project in your file explorer. Right-Click--> Properties --> Subversion Tab --> Properties... --> New Choose svn:needs-lock Check apply property recursively Click Ok Now subclipse with force you to get a lock before editing a file. 来源: https://stackoverflow.com/questions/6266738

Incompatible JavaHl library loaded

江枫思渺然 提交于 2019-12-22 04:06:02
问题 I'm having a problem with Subclipse and the JavaHL library. Subclipse it gives the error: Incompatible JavaHL library loaded. 1.8.x or later required. I am using Ubuntu desktop 12.04 32 bit. 回答1: Subclipse 1.10.x requires SVN 1.8.x libraries. This Wiki page explains it. http://subclipse.tigris.org/wiki/JavaHL I think Ubuntu 12.04 comes with SVN 1.6.x. So you probably want Subclipse 1.8.x and SVNKit, or else get Subversion and JavaHL from someone other than Ubuntu. See here: http://subversion

How to change user credentials in Subclipse?

心已入冬 提交于 2019-12-20 10:23:41
问题 I am using Subclipse (Subversion integration in Eclipse). I now want to change the user credentials in subclipse. How do I do that? That is to login into subversion using another user account. 回答1: Delete, or rename, the Eclipse '.keyring' file in Eclipse's configuration folder. This is where the Subclipse SVNKit connector caches your SVN credentials.. [ECLIPSE INSTALL]\configuration\org.eclipse.core.runtime.keyring If, on the other hand, you're using the JavaHL connector -- or SVN command

How to fully remove subversive plugin

瘦欲@ 提交于 2019-12-20 08:56:11
问题 I've installed Subversive and want to switch to the Subclipse plugin. After uninstalling Subversive via About Eclipse -> Installation Details -> Uninstall... and installing Subclipse, there are now two SVN options available in Preferences -> Team, one for Subversive preferences (which has been uninstalled and shouldn't be there anymore), and one for Sublipse preferences. How to remove Subversive completely, so that there aren't any traces (such as Subversive's preferences screen) left in

Subclipse conflict resolution

好久不见. 提交于 2019-12-18 11:01:24
问题 Me and my friend using flex builder (eclipse based) with subclipse for a project. Before committing I always update but sometimes I could not commit because of conflicts. Then I use Team->Synchronize with Repository and it shows at the right side latest from repository and at the left side the my current working copy. It has a button to copy from all non-conflicts from right to left (from latest repository to my working copy). But there are still conflicting lines. Sometimes I just want to

Why do I keep getting 'SVN: Working Copy XXXX locked; try performing 'cleanup'?

佐手、 提交于 2019-12-18 10:59:16
问题 If you have worked with SVN tools in Eclipse (Subversion, subversive) before, then you are likely familiar with the 'working copy 'XXX' locked..." error. I found a very useful post with a workaround for this problem at: Working copy XXX locked and cleanup failed in SVN As great as the workaround is, it is a pain to do it over and over again. Does anyone know why I keep getting this error and what steps I could take to prevent it? Context: I am creating an Eclipse plugin that involves