the tigris website

http://subversion.tigris.org/getting.html#windows

has a link to another svn server, which is called CollabNet SVN Server. Does someone use it and know it is better or as good as the VisualSVN Server?

link|improve this question

67% accept rate
feedback

6 Answers

up vote 14 down vote accepted

Actually, CollabNet has the original source code of subversion. Check this out from Wikipedia:

In 2000, CollabNet started the open source project Subversion, a version control system with over 5 million users.

What VisualSVN does is to package this with a small HTTP server and to add a bunch of UI to make it easier for non-advanced users (and they do it very well). In the change log it is documented how they are incorporating -original- SVN versions, currently 1.6.1

link|improve this answer
feedback

I'd say the biggest difference is that you have to configure the CollabNet's server package manually, while VisualSVN comes with a nice UI where you can do the configuration.

link|improve this answer
feedback

We use CollabNet's server package where I work (I introduced version control where I work, and so far only my project uses version control).

Basically, they're the same thing. VisualSVN comes with a module that automatically plugs into the windows network for authentication. CollabNet's svn server has to be configured to authenticate through windows.

Since I haven't done that configuration step yet we authenticate through the .htaccess file and apache's authentication module.

link|improve this answer
2  
I really like the "one-check" Windows authentication configuration VisualSVN has. – Travis May 11 '09 at 16:49
feedback

CollabNet works great, but it doesn't have the visual interfaces for management that are included in VisualSVN.

If they are not important to you, and you're comfortable using standard SVN command line commands, CollabNet is a nice option.

link|improve this answer
feedback

CollabNet released a new subversion server software:

http://www.open.collab.net/go/csvne2_r2a/

I did not yet try it but I looks like this would beat VisualSVN Server easily...

link|improve this answer
any follow up on this? – Alex Apr 12 '11 at 16:03
We are currently running Subversion Edge and I am quite happy with it. Configuring SSPI requires some manual work, but the rest works very nicely out-of-the-box. Updating the installation has never been easier... – Stefan Egli Jun 27 '11 at 15:39
feedback

In addition, VisualSVN doesn't support svn:// protocol which I hear is faster than http/https://. Would like someone to correct me if I am wrong

link|improve this answer
Just for reference, Subversion Edge also doesn't support svn:// protocol. – Jeyanthan May 25 at 9:59
feedback

Your Answer

 
or
required, but never shown

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