SVN in Eclipse is spread into 2 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?

link|improve this question
19  
Would anyone like to revisit this now that Eclipse Galileo (3.5) is out? – Kevin Conner Jul 7 '09 at 14:50
67  
Would anyone like to revisit this now that Eclipse Indigo (3.7) is out? – ianmayo Jun 24 '11 at 13:42
feedback

32 Answers

1 2
up vote 73 down vote accepted

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. Subversive assumes the default svn layout trunk, branches, tags (which you can change) so whenever you want to tag or branch its one click and you provide the name of the tag or branch.

Like i said these are minor differences that i just find convenient. Both work great with mylyn, but overall there really isn't a whole lot of differences with theses two extensions.

Merging with subversive is a pain though (haven't tried subclipse), I've never been able to successfully merge. The preview of the merge is great but it would never complete the merge or it will take way to long. Most of the time i complete merging thru the command line without any issues.

link|improve this answer
2  
What is your view on this topic today? How good is merge support in subversive? I do merges in subclipse quite often, and it works OK. – Peter Štibraný Nov 13 '10 at 0:02
show 1 more comment
feedback

With every new version of Eclipse, I install Subversive because it's the standard provided by Eclipse. And every time, it has issues recognizing my pre-existing projects. So I end up uninstalling Subversive and installing Subclipse instead, which works marvelously. I also frequently use svn from the command line as well as in Eclipse, and Subclipse has no problems with this.

link|improve this answer
7  
I have to second this one. We use command line a bit on our repositories and Subversive has never played nice with them. Subclipse, on the other hand has never given a single problem. – abeger May 6 '11 at 20:08
show 2 more comments
feedback

After reading this post, I changed to Subclipse hands down.
http://eclipsezone.com/eclipse/forums/t77149.rhtml#92035407

link|improve this answer
3  
+1 but for the record, subversion.com now redirects to subversion.org which currently links to tigris, and I presume in time will link to apache. – Si. Dec 7 '09 at 0:28
12  
-1 In fairness things have changed a lot since that post in July 2006 - I really don't think it's relevant to the discussion any more. – joelittlejohn Sep 7 '10 at 9:39
feedback

If you do much merging with Subversion then you will probably prefer CollabNet Desktop - Eclipse Edition. You have to register an account with CollabNet to get the download, but it is free. It is essentially Subclipse with a better merge UI.

I am not affiliated with CollabNet.

Update: CollabNet has made their improved merge client available to non-registered users of subclipse. You get it by selecting the CollabNet Merge Client feature when installing Subclipse from the update site.

link|improve this answer
3  
Since my post CollabNet has made their improved merge client available to non-registered users of subclipse. :) – ChrisH Feb 18 '10 at 17:10
4  
@Nemi: it's part of standard subclipse installation, you just have to check it in features to be installed. – Peter Štibraný Nov 13 '10 at 0:03
1  
@Tshepang: Good idea. Done. – ChrisH Jun 16 '11 at 15:52
show 2 more comments
feedback

I would say Subclipse, as i couldnt even get Subversive working ;)

link|improve this answer
1  
I'd like to point out that the referenced blog entry is almost two years old, technology changes far faster than that. I'm sure both products have fixed old bugs and injected new ones in that time! :) – MetroidFan2002 Sep 16 '08 at 3:33
show 2 more comments
feedback

They both have pretty heinous warts, but I couldn't get Subversive to work with a project I had checked out from the command-line, and that was a show-stopper for me.

link|improve this answer
3  
With Subclipse, it was no problem at all—I just told Eclipse to create a new project from existing sources. I don't know any of the inner workings of Subversive, just that it didn't work when I tried the above. – Hank Gay Sep 24 '08 at 11:13
show 3 more comments
feedback

I actually think both of them kinda suck. Using tortoiseSVN is a far better solution in my opinion. It's far more robust and tends to just work better, I've always had integration issues with subclipse and subversive.

link|improve this answer
3  
You still need some Eclipse plugin to hide the ugly .svn folders (exclude them from search etc.) – Borek Aug 5 '09 at 14:47
9  
Not necessarily; you can exclude them using filters. Nevertheless I would use an SVN plugin for Eclipse because refactoring, moving and deleting files will be a headache if you have to do it all outside of Eclipse. – Paul Lammertsma Dec 7 '09 at 11:25
1  
I find subclipse far better than tortoise: I get to hover and see changes inside eclipse, I can create change sets with mylyn, do multi-repository commits (for externals), and when doing code review, the diff is a full code editor so I don't have to "jump back" all the time when changes are warranted. – Stephen Sep 29 '10 at 22:53
feedback

Subclipse, because at least it works. Subversive has been a bucket of fail for me so far, wouldn't play nice with all of my old projects I had checked out with Subclipse.

link|improve this answer
show 1 more comment
feedback

I tried both of them, and both Subclipse and Subversive are awful. Both are challenging to install. If you use Subversive, you cannot use an external SVN client.

However you need to have a SVN client installed in Eclipse to keep track of changes, and also to not corrupt your local repository.

I have Subclipse installed, but use TortoiseSVN to actually do comitting/tagging/branching/merging.

link|improve this answer
1  
This is blatantly untrue. I use Subversive, TortoiseSVN and subversion side-by-side without any issues whatsoever. I do not recall having any issues with compatibility back in the day when I used Subclipse. – Paul Lammertsma Dec 6 '10 at 0:55
1  
This was back in Dec 2009. I would hope that the clients have started behaving since then :) – jevon Mar 21 '11 at 2:13
feedback

Up until about May 2008 I was using Subclipse, but due to issues with some projects, I've switched over to Subversive and am using that with no issues. If you are doing something fancy like headless Buckminster builds, then Subversive is definitely the one to go with.

link|improve this answer
feedback

If you use Tortoise SVN and regularly update the version you may find Eclipse with subversive losing all SVN info and throwing some scary errors. Reason being the new version of Tortoise SVN adds new meta data that Eclipse subversive does not understand unless you also keep your Eclipse SVN connectors up to date as well. I generally use SVNKit connector so what I have is Tortoise SVN 1.5.x will work with Eclipse SVNKit connector 1.5.x and Tortoise SVN 1.6.x will work with Eclipse SVNKit connector 1.6.x

link|improve this answer
feedback

I chose to go with Subclipse since it is most closely associated with the Subversion project and so more likely to better handle the core svn functionality. If at all it fails to perform any function then I have Tortoise SVN as a backup.

link|improve this answer
feedback

Just an update. I recently was reinstalling Eclipse and was faced with choice of Subclipse vs Subversive. I, also, had my share of troubles trying to get Subversive to work so I went for Subclipse. It installed perfectly on my Linux 64 bit machine and is running just fine. I mapped most common functions like Update, Commit, .. to shortcuts and its a blast. The merging is good too, although for bigger merges I still turn to TortoiseSVN. i tried it with both 3.5 and 3.6 and they both work fine. I ended up using 3.5 because for some reason key binding were not working with 3.6

link|improve this answer
feedback

Certainly both IDE plugins have their issues. But neither precludes the parallel use of other solutions like Tortoise or command-line. I use all three for my projects at work.

The important thing to remember is that all your client SVN software should use the same SVN file format--which differs between versions of SVN--or you are asking for trouble.

Another issue we found is when your client software uses a different SVN file format than the server. (By file format, I mean the way all the information is represented in all those seemingly invisible .svn files that effectively record what SVN needs to know about your project files.) That can wreak havoc. There's a documented bug between 1.5 server and 1.6 clients, but I can't find the link right now.

We had issues running the superior (IMO) Subclipse 1.6 plugin because of incompatibilities with our SVN 1.5.5 server. So we reverted to Subversive. It works fine, albeit slow and somewhat buggy (but improving). We will switch to Subclipse when our server is updated, though. And yes, we check out our projects with Tortoise and import them into Eclipse (it's faster). We found that, as other posters said here, it would NOT work if we ran newer versions of Tortoise that wrote files in 1.6.x format, but when we reverted to Tortoise 1.5.x, it worked just fine. The same was true of the command-line client (which we leverage with our Ant tasks).

link|improve this answer
feedback

For me neither is better or worse, but Subversive is the default SVN plugin in Eclipse Ganymede platform, so there's a chance that it's better integrated with Eclipse.

link|improve this answer
5  
Subversive is an "official" Eclipse project. Subclipse is an "official" tigris project (the people who also make subversion). – John Meagher Sep 16 '08 at 17:35
show 2 more comments
feedback

As an addition to Brendons answer:

We use Subversion since version 1.5.1 and used Subclipse first. But because we greatly depend on the merging feature, we switched to Subversive which is more convenient and has a seperate Reintegrate option in the merging dialog.

One bug that might hinder at merging is that if you select revisions explicitly, it doesn't take the last revision listed. E.g. "101-100" doesn't merge r100 and "100" thus doesn't merge anything at all. (version 0.7.5)

And it has uses the same indicators as the CVS plugin.

link|improve this answer
feedback

While I got both working with Helios, I have a slight preference for Subclipse because of its excellent support for bugtraq properties (details here).

The History view shows a separate column (titled bugtraq:label, displaying BUGIDs), and the context menu has a dedicated action to "Open Bug URL" (linking to bugtraq:url) -- I couldn't figure out how to access any of this info with Subversive.

link|improve this answer
feedback

If you are using svn+ssh as protocol to access your repository I strongly suggest you to choose Subclipse: Subversive is not intelligent enough to remember your credentials properly and prompts you for username and private key every single time you update your working copy and also for each svn-external you may have set up. The "remember credentials" options is broken in this context and has been since the first public release of subversive.

link|improve this answer
feedback

I've been using Subversive since I upgraded to Ganymede. I use it with Eclipse in Linux (Ubuntu and Fedora Core), Windows XP and Mac OS X.5. Aside from some issues getting Subversion 1.5.1 to use the right security libraries under Mac OS, I haven't had any problems. Given that it has been adopted as an Eclipse technology project, I am inclined to place my bets on it, in terms of long-term hopes.

link|improve this answer
feedback

I have not really used it, but it seems Subversive supports "Check Out As", just like the built-in CVS support does.

Like, to take a project from SVN and be able to run it as a web project, one might be able to do so in one go. But to get the same result in Subclipse, I just check out the sources and run:

mvn eclipse:eclipse -Dwtpversion=2.0
link|improve this answer
feedback

I have just discovered that i cannot figure out how to view a properties diff with subclipse. In Subversive you select two revisions in history view, right-click and select compare properties from the popup. This is enough for me to stick with Subversive.

Reason for trying to switch was Subversive's strange behavior on OS X: some automatic operation called 'svn cache update' hogged cpu at abnormal levels after every 'svn update' run, always taking an annoyingly long time to complete.

link|improve this answer
feedback

I tried to install Subversive on RAD 7.5 which runs on Eclipse 3.4 and it was a real pain, I was working with SubClipse and RAD 7.0, but I decided to try Subversive, the installation gave me lots of trouble and errors, so I preferred to install SubClipse 1.6 and I loved it, it has nice features, but overall it brings me the stability that I needed

link|improve this answer
feedback

FWIW, we are using an ancient version of SVN server (1.4 something), and I seem to remember that at one point there was an update to Subclipse that broke backward compatibility, and the gist was "nobody should be on such an old version of SVN anyway". Subversive was the only one that seemed to be able to handle the older version. Can't remember the details, though, sorry.

link|improve this answer
feedback

+1 subclipse -1 subversive Subversive gets confused after even minor refactoring, has validation issues as above. env:STS 2.7.2 (based on Galileo)

link|improve this answer
feedback

I've used both, and while subclipse has been flaky for me, subversive (at least with a previous version) locked out an account of my coworker when he accidentally put in the wrong credentials (the network login is used to access the subversion repository). Subclipse tends to get disorganized over time, if Eclipse is not refreshed regularly Subclipse seems to lose its file tracking information. Honestly, though, what I do is that since I have the Easy Explorer Plugin, I use subversive (occasionally) for history and change information but I easy explore and use TortoiseSVN for commits and updates to the projects I know I've changed recently.

link|improve this answer
feedback

I've also used both. I had the problem that I have around 150 projects on my workspace, and subversive would take an awful long time when I selected all plugins and said "synchronize repository". The UI would freeze for an extremely long time. I find subclipse to be more stable.

Anyways, I combine the tools a lot. For some tasks like checking out whole branches I prefer the command line. For others I use Tortoise. Subclipse I use mostly to view history and run comparisons directly on the tool, and occasionally to compare (I prefer Beyond Compare for that, though)

link|improve this answer
feedback

I had the same problem as some others even getting subversive to work, so I can't say if it's better than subclipse. Subclipse is really lacking when it comes to integration with eclipse for tags and branches. You can do them, but it's nowhere near as seamless as it is with CVS.

link|improve this answer
feedback

We tried both in our team, since Subclipse (the one from Galeleo/Helio) had some trouble authenticating our SVN server via VAS. We had no promble else where, i.e. TortoiseSVN client, browsers (except IE7), so we installed Subversive and problem resovled.

link|improve this answer
feedback

I use Subversive and love it. Subclipse doesn't always connect my project hosted on Google. That's all.

link|improve this answer
feedback

If you are using Zend Studio 9, Zend's implementation of Eclipse, I recommend using Subclipse instead of subversive which comes shipped with ZS be default. I have posted a problem with subversive and ZS 9 and my solution of using subclipse instead in the Zend forums, here: http://forums.zend.com/viewtopic.php?f=59&t=42373&p=98993#p98733

link|improve this answer
feedback
1 2

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.