subversive

How to fully delete Subclipse plugin?

空扰寡人 提交于 2019-12-03 06:36:37
问题 I am having trouble getting rid of Subclipse from my Eclipse configuration. I made the decision to switch to Subversive due to the m2eclipse project dropping support for Subclipse. So I uninstalled Subclipse and then installed Subversive using the About Eclipse -> Installation Details -> Uninstall method. Now, when I go to any Team related options/tasks/preferences there are two SVN options available (one for Subversive and one for Subclipse) making life confusing. Having grepped the

What is the proper way to do a Subversion merge in Eclipse?

只愿长相守 提交于 2019-12-03 03:13:37
问题 I'm pretty used to how to do CVS merges in Eclipse, and I'm otherwise happy with the way that both Subclipse and Subversive work with the SVN repository, but I'm not quite sure how to do merges properly. When I do a merge, it seems to want to stick the merged files in a seperate directory in my project rather than overwriting the old files that are to be replaced in the merge, as I am used to in CVS. The question is not particular to either Subclipse or Subversive. Thanks for the help! 回答1: I

Red arrow icon in subclipse

一曲冷凌霜 提交于 2019-12-02 22:27:55
My computer set-up: -eclipse with aptana studio 3 plugin, plugin development tools and subclipse and i have 2 projects under version control. i managed to copy the files from one project to the second since i don't know how to merge two projects yet. when i tried to copy the js folder from one project to the other, this happens: notice the red arrow. now, i thought it was nothing. i committed the project and left for work. when i went to the office and updated my copy of the project, i found out that the js folder was not there. when i checked the repository, the js folder was not there at all

How can I extract all changed files of a changeset in Mercurial?

白昼怎懂夜的黑 提交于 2019-12-02 19:43:53
Until recently we have been using SVN for all projects of our web studio, and there is a very convenient feature present in several clients like Subversive and TortoiseSVN that can extract all files that have been changed in a certain revision. Is there a way to do it in Mercurial? I don't care if it's done via a GUI or a command line, it's just very convenient to have a set of files that have been changed in a certain changeset. P.S. I must have put it wrong the first time. I need more than just a list of files, it would be great to have all the files exported to some other folder. Building

How to fully remove subversive plugin

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 16:58:37
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 Eclipse? Remove from Eclipse's plugins and features folders all files and folders like: org.eclipse.team

What is the proper way to do a Subversion merge in Eclipse?

旧城冷巷雨未停 提交于 2019-12-02 15:17:20
I'm pretty used to how to do CVS merges in Eclipse, and I'm otherwise happy with the way that both Subclipse and Subversive work with the SVN repository, but I'm not quite sure how to do merges properly. When I do a merge, it seems to want to stick the merged files in a seperate directory in my project rather than overwriting the old files that are to be replaced in the merge, as I am used to in CVS. The question is not particular to either Subclipse or Subversive. Thanks for the help! I would advise not trying to use Eclipse's plugins as your primary access to Subversion. If you are

Cannot commit to SVN

久未见 提交于 2019-12-02 14:29:39
问题 Today I faced with a problem: cannot commit my local Android projects changes to svn. Team -> Update and Team-> Clean Up didn't help me. I don't get any messages. I click commit and see Show History -> my changes are not committed. Thanks in advance. 回答1: You should probably get a hint by looking at the svn-console, and showing us what you get there: A random google-image to find the console: http://www.eclipse.org/subversive/documentation/images/svn_console.png If you have that console

Cannot commit to SVN

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 10:33:42
Today I faced with a problem: cannot commit my local Android projects changes to svn. Team -> Update and Team-> Clean Up didn't help me. I don't get any messages. I click commit and see Show History -> my changes are not committed. Thanks in advance. You should probably get a hint by looking at the svn-console, and showing us what you get there: A random google-image to find the console: http://www.eclipse.org/subversive/documentation/images/svn_console.png If you have that console (should be on the bottom of your screen, otherwise try and find it with the window->show-view menu), but it's not

Stop Eclipse/Subversive from setting svn:mime-type to text/plain on initial commit

半城伤御伤魂 提交于 2019-12-01 03:34:31
How do I stop Subversive from setting svn:mime-type to text/plain on initial commit? My Java code is being checked into my repository with the svn:mime-type property set as text/plain , and as a result my web-based SVN viewer (trac) isn't syntax highlighting. I should add I'm running Eclipse 3.5 and the most recent version of Subversive with the SVNKit 1.3.0 (for SVN 1.6) adapter. For those finding this question, this issue no longer exists as it was resolved through an option in the preferences section of Subversive. You'll need to actually setup the mime types yourself in "Window >

svn for eclipse on mac os lion

江枫思渺然 提交于 2019-11-30 11:48:08
I need to use Subversion with Eclipse on Mac Lion. I encounter problem as below I saw: Subclipse in Mac OS Lion shows "Unable to load default SVN client" error In my context: I use Mac OS Lion 10.7.2 Eclipse version: 3.7.1 64 bit I install Subversion: Universal Subversion 1.6.17 Binaries for Lion (Mac OS X 10.7) in the page: http://www.open.collab.net/downloads/community/ I install Subclipse by the "Install New Software..." feature of Eclipse with the update link: http://subclipse.tigris.org/update_1.8.x It install Subclipse 1.8.2, JavaHL 1.7.1.1 and some other packages. When I go to menu