On the SVN Windows binaries download page, there are a few to choose from:

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

Are there pros and cons to the different versions provided by the different organizations? Is there anything I should look out for?

Mainly, I just want something free that I will be running off my Vista laptop. Then I will probably do backups of the SVN files from time to time to an external hard drive.

link|improve this question

Any comments about the other options, or why people choose to go with VisualSVN over the others? – John Bubriski May 19 '09 at 0:17
Still no one siding with SilkSVN or CollabNet SVN? – John Bubriski May 19 '09 at 19:25
feedback

5 Answers

up vote 3 down vote accepted

We chose VisualSVN bec it makes it easy to use windows authentication instead of having a separate SVN user.

Other benefits is an easy to use GUI for permission management and for managing SVN hooks.

The one thing I'm not a real fan of is the web GUI. As far as I know you cannot view web based diffs, so if that makes a difference....

link|improve this answer
feedback

My friends who run a Windows shop speak highly of VisualSVN

link|improve this answer
feedback

We use an Apache SSPI module with the Collab.Net subversion server.

Has worked perfectly for us.

link|improve this answer
feedback

I've just configured win32svn server according to this article by Jeff Atwood.

In contrast to VisualSVN win32svn is not so tightly integrated to Windows, orientated on terminal usage and open sourced under Apache License.

link|improve this answer
feedback

Putting in a vote for CollabNet Subversion Edge, it's dead simple to set up and administer via a web frontend. I'm comfortable editing config files if I must, especially coming from a Linux environment, but it's nice not to be required to do so - CollabNet makes that easy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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