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?
feedback
|
|
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. | |||||
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. | |||||
feedback
|
|
After reading this post, I changed to Subclipse hands down. | |||||||||
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. | |||||||||||||
feedback
|
|
I would say Subclipse, as i couldnt even get Subversive working ;) | |||||
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. | |||||
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. | |||||||||||||
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. | ||||
|
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. | |||||||||
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. | ||||
|
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 | ||||
|
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. | ||||
|
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 | ||||
|
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). | ||||
|
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. | |||||
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. | ||||
|
feedback
|
|
While I got both working with Helios, I have a slight preference for Subclipse because of its excellent support for The History view shows a separate column (titled | ||||
|
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. | ||||
|
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. | ||||
|
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 | ||||
|
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. | ||||
|
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 | ||||
|
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. | ||||
|
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) | ||||
|
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. | ||||
|
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) | ||||
|
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. | ||||
|
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. | ||||
|
feedback
|
|
I use Subversive and love it. Subclipse doesn't always connect my project hosted on Google. That's all. | ||||
|
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 | ||||
|
feedback
|