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?
|
18
|
|||||
|
|
|
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. |
||
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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 |
||
|
|
|
|
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. |
|||
|
|
|
|
After reading this post, I changed to Subclipse hands 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. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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) |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||||||||
|
|
|
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. |
||||||
|
|
|
I would say Subclipse, as i couldnt even get Subversive working ;) |
||||||
|
|
|
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. |
||||||||
|
