subclipse

Subclipse svn:ignore

不羁的心 提交于 2019-11-27 02:36:34
I'm new to Eclipse. I'm using subclipse for connecting to my SVN. There are some folders and files I would like to add to svn:ignore, but it's grayed out. Is there an easy way to get subclipse to ignore files and directories? Henrik You can't svn:ignore a file that is already commited to repository. So you must: Delete the file from the repository. Update your project (the working copy) to the head revision. Recreate the file in Eclipse. Set svn:ignore on the file via Team->Add to svn:ignore. Restart eclipse to reflect changes. Good luck! Robert Swift I was able to do this using TortoiseSVN

What are the pros and cons of the SVN plugins for Eclipse, Subclipse and Subversive? [closed]

杀马特。学长 韩版系。学妹 提交于 2019-11-26 12:34:09
SVN in Eclipse is spread into two camps. The SVN people have developed a plugin called Subclipse . The Eclipse people have a plugin called Subversive . Broadly speaking they both do the same things. What are the advantages and disadvantages of each? Brendon-Van-Heyzen Both are very similar but Subversive is the "eclipse svn provider". I primarily use Subversive because of a few convenient features: Grouping of history When I'm browsing the history of a branch instead of just seeing a bunch of rows for every commit it can group commits by today, week, etc. Mapping of trunk, branches, and tags

Subclipse svn:ignore

。_饼干妹妹 提交于 2019-11-26 10:08:17
问题 I\'m new to Eclipse. I\'m using subclipse for connecting to my SVN. There are some folders and files I would like to add to svn:ignore, but it\'s grayed out. Is there an easy way to get subclipse to ignore files and directories? 回答1: You can't svn:ignore a file that is already commited to repository. So you must: Delete the file from the repository. Update your project (the working copy) to the head revision. Recreate the file in Eclipse. Set svn:ignore on the file via Team->Add to svn:ignore

What do the arrow icons in Subclipse mean?

眉间皱痕 提交于 2019-11-26 03:25:53
问题 What do the icons in the following screen capture mean? The icons are from Subclipse, an SVN plugin for Eclipse. I\'m not asking about the base file icons, I know those (HTML file and Java source file). I\'m asking about the right-pointing dark gray arrows, which are labeled \"outgoing.\" What does that imply? Outgoing from the IDE to the repo, or outgoing from the repo to the IDE? Why are there minus signs inside the arrows? Sometimes, I see plus signs instead; other times, just empty arrows

What are the pros and cons of the SVN plugins for Eclipse, Subclipse and Subversive? [closed]

╄→гoц情女王★ 提交于 2019-11-26 02:59:36
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . SVN in Eclipse is spread into two camps. The SVN people have developed a plugin called Subclipse. The Eclipse people have a plugin