Hello World from OSS Silicon Valley


HowToUse/Subversion/1.6


  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
#contents

*Prerequisite [#y9e8bc9b]
-Apache Web Server
-Cent OS (You can refer [[HowToUse/CentOS/6.5]])

*Install&Setup [#ea8c66cd]
:Step.1|
xxx

*HowToUse [#s70bdcdb]
*Launch Subversion [#w2562730]
:Step.1|
Install mod_dav_svn.

 # yum install mod_dav_svn

:Step.2|
Create directory for subversion.

 # mkdir -p /var/lib/svn

:Step.3|
Create repository.

 # svnadmin create /var/lib/svn/repo

:Step.4|
Change permission so that apache web server can access repository.

 # chown -R apache:apache /var/lib/svn/repo

:Step.5|
Launch httpd and check if you can access svn repository from http://<host name>/svn.

 # /etc/rd.d/init.d/httpd start

#ref(Launch_fig1.png,,500x266,)

*Author [#cc3b3ace]
S.Yatsuzuka