vote up 12 vote down star
6

Subclipse, Subversive, or something else?

There's a bit of debate around the topic, can we come to some conclusion here?

EDIT: It's been a couple months now, and I ended up deciding the plugin slowed Eclipse down too much, and was a hassle to use every time I changed a file from outside Eclipse. I ditched the plugin all together and just went with TortiseSVN.

flag

1  
I notice there's also this question: stackoverflow.com/questions/61320/… – Eric Tuttleman Oct 9 '08 at 9:26
1  
Thanks. funny that searching "Eclipse Subversion" and "Eclipse svn" don't bring this result up on the first page. Also, while typing the question title this dupe didn't show up there either. I assume they're working on that. – Dean Oct 9 '08 at 12:17

7 Answers

vote up 14 vote down check

This depends. Subclipse has superior support for checking out projects as maven projects - this is the sole reason we use Subclipse. Other than that, I have noticed subclipse bugs with syncing with SVN.

Subversive is much better at detecting new files to add to version control, and is also far superior with merging code from a branch, or even syncing with SVN (fewer bugs, etc.). So really, you should ask yourself what value you want. If you're not using maven, I would definitely go for Subversive.

link|flag
I'll go with Subversive. (I'm not using Maven). Thanks for the reply! – Dean Oct 9 '08 at 12:19
Is there any problem while using subversive with maven (2) ? – paulgreg Mar 26 at 14:54
The only problem is with checking out SVN folder structures as maven projects. This was a multi-step process when I last tried it (at least 6 months ago now). Newer versions may have fixed this. – Julie Mar 30 at 4:42
vote up 0 vote down

no matter which one..the version support for eclipse are just shit..

compare to the build-in one with netbeans..

but netbeans is slow....compare to eclipse..

if eclipse can have a plugin like the netbeans one..that will be fantastic...

link|flag
If netbeans could natively work with svnkit or just include the svn binaries themselves, I'll like it a lot more. – Jay R. Nov 9 at 21:04
vote up 0 vote down

With 1 vote, it looks like Eric's Answer is the way to go.

(I hope this is the accepted way to bump this kind of question)

link|flag
vote up 0 vote down

Personally i use subversive. It has better usability features, mainly intuitive keyboard shortcuts etc.

I have never had a problem using either though. It really is just a combination of personal preference and usage though, if you're using advanced complex features it might matter which one you choose, but if your just checking in, checking out and synchronizing they will both meet your needs.

link|flag
vote up 9 vote down

I've recently switched from subclipse to subversive. After upgrading our repository from v1.4.x to 1.5, we started having lots of issues with subclipse.

After doing a synch, you'd see updates that you had just accepted, and you wouldn't be able to take other updates without doing "hacks"

So far subversive is pretty nice. it even seems a little faster for lots of small files than subclipse was.

link|flag
vote up 1 vote down

I'm casting my vote for Subclipse. I've had better luck with it than Subversive personally.

link|flag
1  
so Subclipse is better than Subclipse, right? – webwesen Jul 2 at 22:13
1  
Ha! First person to notice in nearly a year. I changed it. – dragonmantank Jul 5 at 2:14
vote up 1 vote down

subclipse is fully packed with features, I have never had an issue with it.

link|flag

Your Answer

Get an OpenID
or

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