Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Windows SVN server should I use? [closed]

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.

like image 913
John B Avatar asked May 18 '09 23:05

John B


People also ask

Which SVN server is best for Windows?

VisualSVN Server has reached more than 3,000,000 downloads and it's the most favored way to setup and maintain an Apache Subversion server on the Windows platform. It is certified for Windows Server and trusted both by thousands of SMBs and Fortune 500 companies such as General Electric, Siemens, ThyssenKrupp and Sony.

What is VisualSVN Server used for?

VisualSVN Server is a freeware Apache Subversion server package for Windows. The package is designed and implemented to provide Subversion version control as a first class citizen application in an Active Directory environment.

Does Subversion run on Windows?

All standard Subversion client operations can be performed through the Windows user interface.


3 Answers

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....

like image 68
tikotzky Avatar answered Oct 06 '22 12:10

tikotzky


My friends who run a Windows shop speak highly of VisualSVN

like image 34
Cody Caughlan Avatar answered Oct 06 '22 12:10

Cody Caughlan


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.

like image 42
ilyaigpetrov Avatar answered Oct 06 '22 11:10

ilyaigpetrov