Build SVN server under Windows system

  
                  When the SVN client is used as described above, the SVN server used is usually external, such as the Google Code server. However, as a program developer, even if you write a program by yourself, you should have an SVN version control system. Effective management of development code. Here I will introduce a simple and quick way to build an SVN server in a Windows environment.

usual SVN server is built on Linux and other systems, such as configuration with Apache + SVN, SVN performance under Linux will be very good, but the configuration somewhat cumbersome, if only you use SVN server, you can directly The SVN server is built to work in a personal Windows environment.

currently more simple solution is VisualSVN Server. The SVN server is free, supports Windows NT, 2000, XP and 2003 and other environments, installation is very simple.

When installing, you can choose SVN to go to http protocol or https protocol. The http protocol is faster, and the https protocol is safe. Both can access SVN projects directly from the browser.

After the installation is complete, you can see a Microsoft MMS management interface, where you can easily add settings. User rights can be used by users of Windows, or they can be created separately. If there is an SVN data, you can import the original SVN data on the interface.



The SVN client still recommends using TortoiseSVN under Windows. The two are very easy to use.
Copyright © Windows knowledge All Rights Reserved