vote up 34 vote down star
18

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?

flag

62% accept rate
6  
Would anyone like to revisit this now that Eclipse Galileo (3.5) is out? – Kevin Conner Jul 7 at 14:50

18 Answers

vote up 13 vote down check

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|flag
Nice Answer, just 2 things to add: 1. Both have a similar desgin under the hood and were initiated from the same company (subversive was started, because subclipse became stuck). 2. The support for subclipse is a little better. – Hardcoded Nov 30 at 8:47
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

We migrated from CVS to Subversion - mandate by people at my work who mandate stuff. The plug-in they identifed was Subclipse (1.0.7 - 5 years old). That version could not handle long path and filenames (in the order of approaching the Windows limits). We realized that the version they had identified was ancient and we upgraded to 1.6.5. This at least handled the long path/filenames. But, turns out that CVS, at least as far as a client/plug-in goes, was far superior to SVN in performance. But performance is all that matters, its source control, not rocket science. The migration has turned into more of an eviction. We are mapping eachothers drives and e-mailing changed files. The performance is horrible compared to what we had with CVS. On project has about 156k files (including the SVN metadata). Those files are laregly test scripts with assertions and there is a log revision of about 28k changes. SVN completely falls apart and apparently leaves the building as the application hangs and hangs. Refreshing directly on only one file that I had just modified took 1 hour and 8 minutes - just for it to recognize I changed a file (so should have been client-only). I sorely miss CVS. To put it in measurable terms though, our team consists of about 24 developers. Two were neutral toward SVN and CVS (they get around problems by using Command-line), one liked the opportunities that SVN offers and uses Tortoise SVN for interaction but the features he'd like to use currently are unavailable at my work due to the SVN server configuration. Twenty-One developers reminisce about CVS during the 300 collective hours the team has lost in productivity. But the SVN server side I hear is great - tasks we do 8 times a year scream. Tasks we do daily, well, I am poking my eyes out.

link|flag
vote up 6 vote down

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

link|flag
+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 at 0:28
vote up 3 vote down

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.

link|flag
vote up 0 vote down

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|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
vote up 2 vote down

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|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
vote up 3 vote down

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|flag
vote up 2 vote down

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|flag
Was it easy to do this with Subclipse? Does subversive store some metadata not in the standard ways on the filesystem, making mixing it's use with things like tortiseSVN less reliable? If so, I'm going with subclipse. – rjmunro Sep 24 '08 at 10:45
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
I had exactly the opposite experience. For Subversive, it depends on whether you picked the SVNkit provider or the Javahl? – Jay R. May 22 at 17:45
I'm not sure (I was using the default). I've stopped using either one in favor of git-svn. – Hank Gay May 23 at 17:55
vote up 3 vote down

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|flag
2  
You still need some Eclipse plugin to hide the ugly .svn folders (exclude them from search etc.) – Borek Aug 5 at 14:47
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 at 11:25
vote up 4 vote down

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

link|flag
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
Which blog entry do you mean? – migu Jul 10 at 12:02
The one deleted since the first version of this answer. – Chei Sep 24 at 8:40
vote up 2 vote down

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|flag
What does "default SVN plugin in Eclipse Ganymede platform" mean? Ganymede means Eclipse release 3.4. Does subclipse only work on 3.3 and earlier? – rjmunro Sep 14 '08 at 23:07
No, Subclipse keeps working in later versions. For earlier versions, it's your only choice. – jodonnell Sep 15 '08 at 0:19
2  
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

Your Answer

Get an OpenID
or

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