Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Axosoft RocketSVN VS. VisualSVN

I've been a long time user of Visual SVN (pretty much since the beginning), but I often have problems with little things like renaming files in a solution and then not committing properly (or whatever) and causing the commit to break.

Now I've just seen that Axosoft is giving RocketSVN away FREE, and I'm wondering if anyone has any thoughts on this?

Is it worth the switch? Is it good subversion software? Does it have any deal breaking bugs?

Thanks in advance.

EDIT:
Since everyone is saying that RocketSVN is built on AnkhSVN, can I ask. What are the differences between AnkhSVN and VisualSVN? Is one better than the other?

like image 209
Chase Florell Avatar asked Sep 02 '10 23:09

Chase Florell


People also ask

What is the difference between VisualSVN and TortoiseSVN?

The main difference between SVN and TortoiseSVN is that the SVN is a distributed version control system while TortoiseSVN is an SVN client implemented as a Microsoft Windows shell extension.

Does VisualSVN use Apache?

VisualSVN ServerIncludes Apache Subversion 1.14. 2 command-line tools.

Is VisualSVN Server free?

VisualSVN Server is freely available for commercial use under the Community license. The free Community license does not require any registration, allows an unlimited number of repositories and up to 15 users.


2 Answers

Just to follow up, I've been using RocketSVN for a couple of months now, and I really like it. Here's what I see

VisualSVN

  • traffic light icons
  • integrates with Visual Studio
  • works great with my SVN software (VisualSVN Server)

RocketSVN

  • traffic light icons
  • integrates with Visual Studio
  • works great with my SVN software (VisualSVN Server)
  • does NOT require TortoiseSVN
  • can add commit comments without committing the source (not sure if this was available in VS SVN)

RocketSVN wins IMO

Jan 28, 2011

Adding to this answer: I was just at the Axosoft website, and it appears that RocketSVN and RocketSVN Server are now FREE for unlimited users. So price is no longer a deterrent.

like image 153
Chase Florell Avatar answered Sep 24 '22 01:09

Chase Florell


Have you tried AnkhSVN? RocketSVN is a version of AnkhSVN with a few changes applied on top, so it's likely AnkhSVN will fit your needs.

like image 26
Noah Richards Avatar answered Sep 22 '22 01:09

Noah Richards