subversive

SVN - ignoring files already in repository

回眸只為那壹抹淺笑 提交于 2020-01-02 05:36:09
问题 I have a configuration file in my project which needs to be in the repository (so new developers get it when they checkout the project). Each developer might change some values in the file locally - these changes should not be committed and I don't want them showing in the synchronization menu (I'm using eclipse and subversive if it matters). Note that I can't just set the svn:ignore property since it only works on files that aren't under version control - but I do want to keep a base version

Cannot install Subversive SVN Team Provider

二次信任 提交于 2020-01-01 07:34:26
问题 When I try to install the Subversive SVN Team Provider from the Eclipse Marketplace (or from their project site), I get the following error: The following solutions are not available: Subversive - SVN Team Provider 2.0 Proceed with the installation anyways? Is there a way to work around this issue? 回答1: I worked around the issue by installing the plugin via the following steps: Go to 'Help >> Install New Software' Enter the Luna software repository URL: http://download.eclipse.org/releases

Eclipse,Subclipse和Subversive的SVN插件的优缺点是什么? [关闭]

谁都会走 提交于 2019-12-30 15:20:13
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> Eclipse中的SVN分为两个阵营。 SVN人开发了一个名为 Subclipse 的插件。 Eclipse人员有一个名为 Subversive 的插件。 从广义上讲,他们都做同样的事情。 各有哪些优缺点? #1楼 看完这篇文章后,我改为Subclipse。 http://eclipsezone.com/eclipse/forums/t77149.rhtml#92035407 #2楼 如果您在公司中使用其中一个,甚至可能希望将它们捆绑在自己的基于Eclipse的产品中,那么使用Subclipse可以让您的生活更轻松,因为它可以在业务友好的Eclipse Public License下使用。 另一方面,颠覆性需要所谓的连接器才能完全发挥作用。 那些有不同的许可证。 因此,您可能最终只为Subversive功能提供两个或三个不同的许可证,而 所有其他 Eclipse插件都在这个EPL之下。 这也是为什么这些连接器不在eclipse.org上托管的原因。 这就是为什么在Subversive安装后动态下载它们(这也意味着只是镜像eclipse.org更新站点并不能在公司网络中为您提供可用的Subversive离线安装)。 #3楼 我会采取行动解决这个问题。 我是Subclipse的项目主管,我管理项目的所有版本等。

How to change credentials for SVN repository in Eclipse?

走远了吗. 提交于 2019-12-29 02:21:36
问题 I have Eclipse 3.4.2 installed on Windows with subclipse. Another developer added an SVN repository with his credentials and selected 'Save password'. Now every time I do anything with SVN his cached credentials are used. How can I change them to mine? I have already checked the 'workspace/.metadata/.plugins/org.tigris...' folders, and could not find any way to reset those cached credentials. 回答1: http://subclipse.tigris.org/wiki/PluginFAQ#head-d507c29676491f4419997a76735feb6ef0aa8cf8:

Subversive Reject Credentials

倾然丶 夕夏残阳落幕 提交于 2019-12-24 16:06:52
问题 I recently switched from Subclipse to Subversive, and I'm running into some roadbumps. Specifically, Subversive seems to have a much less flexible authentication mechanism. Subclipse would store my credentials, and if I entered them incorrectly, or if they had been changed on the server, it would re-prompt me for my login. Subversive doesn't seem to do this, and instead will continue to use my old invalid login, and simply show a popup with SVN error: Some of selected resources were not

Can not share new project with Subversive SVN in Eclipse Neon

冷暖自知 提交于 2019-12-23 15:54:17
问题 I just downloaded a fresh Eclipse JEE Neon.1a Release (4.6.1) on my Windows 10 machine. I went to the marketplace to get the latest Subversive SVN Team Provider 4.0.2. Trying to install results in the Message: The following solutions are not available: SVN Team Provider 4.0.2 . I chose to continue anyways, and it seemed to work. After the restart, i chose the SVNKit 1.8.14 Subversive SVN Connector and installed without any issues. Now I was able to do basic SVN operations, all seemed fine.

Eclipse subversive reconnect existing project

こ雲淡風輕ζ 提交于 2019-12-23 04:45:51
问题 In eclipse I have subversive. I imported some existing projects already connected to svn. Yet, subversive doesn't seem to be able to see the svn connection. I've checked the subversive page on http://www.eclipse.org/subversive/documentation/faq.php#checked, an d it gives two options. On is to disconnect first, but this option is not available. The second option says that it should just work, which is doesn't. When i right click on project and go to team, the only available options are "Apply

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

*爱你&永不变心* 提交于 2019-12-20 09:45:04
问题 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

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

Rolling back bad changes with svn in Eclipse

自古美人都是妖i 提交于 2019-12-18 10:21:11
问题 Let's say I have committed some bad changes to Subversion repository. Then I commit good changes, that I want to keep. What would be easiest way to roll back those bad changes in Eclipse, and keep the good changes? Assuming that files relating to bad changes are not same as those relating to the good changes. How things change if good changes were made to same files as bad changes? I am mostly looking a way to do this via Eclipse plugins (Subclipse or Subversive) but commandline commands are