How to setup SVN Server, English version
I found that there are so many people who search the keyword, "svn server", and then come here, so I think that maybe I should write an English tutorial for helping people who do not know Chinese. First, go to Subversion to download the SVN Server Add the installed path to the environment variables. For example, in windows system, it may be "C:\Program Files\Subversion\bin\". Create a directory for storing the projects. In this tutorial, we assume the directory is in "D:\projects" Create a directory for each case, called "repository". Follow the previous assumption, if we are going to create a project called "PostEX", you need to key in the following command svnadmin create d:\projects\PostEX Edit the permission file In "d:\projects\PostEX\conf",edit the file "password" find the tag of "[users]", and add the user and password to it For example: padsmember = padspassword Edit the file of "svn...