The blog application yesterday feel a little novelty, with excitement in the mood to spell the flow of mobile phone to write down their first blog, nonsense do not say a lot of work ~ ~ ~
SVN is the abbreviation for Subversion and is an open source version control system.
SVN is divided into server side and client
VISUALSVN server:https://www.visualsvn.com/server/download/
The usual SVN server is built on Linux and other systems, such as with APACHE+SVN configuration, Linux under the SVN performance will be very good, but the configuration is a bit cumbersome, if the SVN server is only used by itself, then you can directly set up the SVN server in the personal Windows environment to use.
The simpler scenario now is VISUALSVN Server. The SVN server is free and supports environments such as Windows NT, +, XP and 2003, and is easy to install.
Install the time can choose SVN go HTTP protocol or HTTPS protocol, HTTP protocol faster, and HTTPS protocol security is good. Both can access the SVN project directly from the browser.
After the installation is complete, you can see a Microsoft MMS management interface, where you can easily add settings items. User permissions can use Windows users, or you can create a new user individually. If you have a previous SVN data, you can import the original SVN data on the interface.
The SVN client still recommends using the TORTOISESVN under Windows, which is very useful.
Client Browsing:
This article references: http://www.williamlong.info/archives/1879.html
SVN Server Installation and configuration