How to install and set up SVN server on windows

  
        

How to install and set up SVN server tool/material operating system on Windows: Windows2003, 32-bit SVN Server version: svn-win32-1.6.16SVN Client version: TortoiseSVN-1.6.16.21511 Method/Step 1. Preparation 1. SVN server: Unzip the package, you can download the latest version from the official website. 2, SVN client: TortoiseSVN, commonly known as the small turtle, is a client program used to communicate with the server. Second, install the server and client program 1, SVN server: directly decompress to a folder. Example path: c:\\svn\\Remarks: If you are downloading the msi program, run it directly and follow the prompts to install it. 2, SVN client: Directly run as prompted to install. Example path: C:\\Program Files\\Subversion 3. Create a repository (Repository): sample path: e:\\svnroot. There are two ways to create a repository: Method 1, create an empty directory e:\\svnroot\ epos1, enter the repos1 folder, right click in the blank space, select “TortoiseSVN->Create Repositoryhere...”, method two, Create an empty directory e:\\svnroot\ epos2, enter the DOS command line, and enter the following command: svnadmincreate e:\\svnroot\ epos2 4. Run the SVN server and start the service. There are two ways to start the service: Method 1, temporarily start the service, enter the following command under DOS: svnserve -d -re:\\svnroot\ epos1 --listen-host ip address--listen-port=port number Description:“ Listen-host” and “listen-port”optional. The default port is 3690. If the port is already occupied, you can specify the port number through the option listen-port.

Copyright © Windows knowledge All Rights Reserved