Questions tagged [subversive]

The Subversive project aims to provide Subversion (SVN) integration for Eclipse. The Subversive plug-in gives you the ability to work with SVN version control system from the Eclipse workbench.

The Subversive project aims to provide Subversion (SVN) integration for Eclipse. The Subversive plug-in gives you the ability to work with SVN version control system from the Eclipse workbench.

Related Links:

393 questions
639
votes
32 answers

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

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?
rjmunro
  • 27,203
  • 20
  • 110
  • 132
138
votes
14 answers

Unbound classpath container in Eclipse

I have checked out a project using Subversive for Eclipse and I am getting the following errors: The project cannot be built until build path errors are resolved Unbound classpath container: 'JRE System Library[jdk1.5.0_08]' I'm assuming the first…
Jessica
  • 1,693
  • 5
  • 13
  • 9
124
votes
21 answers

How to change credentials for SVN repository in Eclipse?

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…
Kirill Strizhak
  • 2,667
  • 2
  • 20
  • 12
122
votes
10 answers

Getting "CHECKOUT can only be performed on a version resource" when trying to commit using Eclipse subversive plugin

I'm using Eclipse Juno on Mac 10.7.5, SVN 1.7 and the Eclipse Subversive plugin. Occassioanlly, when I try and commit changes from my project (by right clicking on the project from the package explorer, selecting "Team" -> "Commit"), I get the…
Dave
  • 15,639
  • 133
  • 442
  • 830
83
votes
7 answers

Rolling back bad changes with svn in Eclipse

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…
Juha Syrjälä
  • 33,425
  • 31
  • 131
  • 183
50
votes
3 answers

How to fully remove subversive plugin

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,…
Markus Pscheidt
  • 6,853
  • 5
  • 55
  • 76
44
votes
7 answers

Subversive SVN Connectors does not appear in eclipse juno

the Subversive SVN Connectors does not appear after rebooting eclipse Juno IDE after installing svn from the eclipse marketplace. any ideas? Because of this issue i cannot assign a svn connector to the svn eclipse plugin so therefore it cannot do…
Jono
  • 17,341
  • 48
  • 135
  • 217
40
votes
15 answers

Eclipse: "Update SVN cache" hangs and locks up

Every time I start eclipse, the program begins doing this "Update SVN cache" thing but it will sit at 0% forever. I cannot perform any operations (such as checking out my projects, building them, or even running them) until this operation is…
kevin
  • 933
  • 1
  • 12
  • 20
35
votes
5 answers

How do I check out an SVN project into Eclipse as a Java project?

I was trying to check out a project from SVN using Eclipse. I tried using "Checkout As" to make it into a "Java project from existing Ant script", but the project wizard requires the file to have already been downloaded. Is there a way to checkout…
Hosam Aly
  • 41,555
  • 36
  • 141
  • 182
34
votes
7 answers

SVN / Subversion 1.7 and Eclipse Subversive & JavaHL

I have just upgraded to TortoiseSVN 1.6.99, Build 21709, (Subversion 1.7.0, -dev). I am having problem in my Eclipse Subversive 0.7.9.I20100512-1900 & JavaHL 1.6.15. Have tried to update my Eclipse plugins. Anyone have an solution? Error at…
Lee Chee Kiam
  • 11,450
  • 10
  • 65
  • 87
33
votes
1 answer

Which subversive connector discovery to use

After I installed the SVN plugin in Eclipse and restarted it, a message appeared asking to install a connector. There are SVN Kit and Native JavaHL connectors. I am confused which one to install and why, can any one please guide me.
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
31
votes
1 answer

How to fully delete Subclipse plugin?

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…
willjcroz
  • 2,106
  • 1
  • 25
  • 33
29
votes
2 answers

Convert Eclipse project type from general to Java

I'm taking over another team's project and am experiencing some bizarre Eclipse issues. I'm using Subversive as my plugin, and when I go to check the trunk out it brings me to a standard "Check Out As" dialog where it allows me to select the check…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
29
votes
13 answers

Problems committing file to SVN repository

I have a maven pom build file in the root directory of my project. When trying to synchronize with SVN repository from Eclipse (Europa), red double directed arrow is being added to the file icon. This means that both my local copy and the one in the…
Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148
27
votes
6 answers

Checkout SVN svn+ssh repo with subversive in Eclipse Helios

from my computer (Mac OS X Leopard) through shell I can check out without problem a remote SVN repo. I already established ssh keys and all that stuff. Now I installed eclipse helios on mac and the subversive pluging. I find no way yo make it work…
Open the way
  • 26,225
  • 51
  • 142
  • 196
1
2 3
26 27