views:

1662

answers:

5

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?

+1  A: 

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.

james
I really like the "one-check" Windows authentication configuration VisualSVN has.
T Pops
+1  A: 

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.

Reed Copsey
+2  A: 

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.

Stefan
+10  A: 

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

victor hugo
A: 

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