SVN installation configuration tutorial

Step 1: Install Apache

LInux centos6.5

 

(Note: In order to facilitate linux firewall can be turned off, so you do not need a port of an open, developers can test this, a formal environment is not recommended)

 

Step 2: Install SVN Service

 

Step 3: Check the test module is installed SVN

 

Step Four: Create the SVN repository home directory

#Include /svn/httpd.conf

<Location /svn/>

DAV svn

SVNListParentPath on

SVNParentPath /svn

AuthType Basic

AuthName "Subversion repositories"

AuthUserFile /svn/passwd.http

AuthzSVNAccessFile /svn/authz

Require valid-user

</Location>

RedirectMatch ^(/svn)$ $1/

 

The fifth step 1: Install jsvnadmin

svnadmin-3.0.5 zip

 

The fifth step 2: Installation mysql database

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION;

 

 

Step 6: tomcat deployment svnadmin

 

 

(Note: In order to facilitate linux firewall can be turned off, so you do not need a port of an open, developers can test this, a formal environment is not recommended)

 

Step Seven: Create a database, and import into the sql statement

Sql statement is svnadmin-3.0.5 file inside






Use SVN version management platform Step 8:

 

Guess you like

Origin www.cnblogs.com/chuhongyun/p/11411810.html