What are the pros and cons of the SVN plugins for Eclipse, Subclipse and Subversive? -


svn in eclipse spread 2 camps. svn people have developed plugin called subclipse. eclipse people have plugin called subversive. broadly speaking both same things. advantages , disadvantages of each?

both similar subversive "eclipse svn provider". use subversive because of few convenient features:

grouping of history

when i'm browsing history of branch instead of seeing bunch of rows every commit can group commits today, week, etc.

mapping of trunk, branches, , tags

subversive assumes default svn layout: trunk, branches, tags (which can change), whenever want tag or branch 1 click , provide name of tag or branch.

like said these minor differences find convenient. both work great mylyn, overall there isn't whole lot of differences these 2 extensions.

merging subversive pain though (haven't tried subclipse), i've never been able merge. preview of merge great never complete merge or take way long. of time complete merging through command line without issues.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -