Hello World from OSS Silicon Valley


HowToUse/Subversion/1.6


_ Prerequisite

_ Install&Setup

Step.1
xxx

_ HowToUse

_ Launch Subversion

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(): File not found: "Launch_fig1.png" at page "HowToUse/Subversion/1.6"

_ Author

S.Yatsuzuka