subvertion インストールログ v1 2008/11/24
|
+
|
関連ソフトウェア バージョン |
- svn, バージョン 1.5.4 (r33841)
|
- # yum install subversion
- # cd /var
- # mkdir svn
- # chown root.web svn
- # chmod g+w svn
- # cd svn
- # mkdir sandbox
- # svnadmin create sandbox
- # chown -R root.web svn
- # chmod -R g+w svn
- # cd sandbox/conf
- # cp svnserve.conf svnserve.conf.orig
- # vim svnserve.conf
[general]
anon-access = none
auth-access = write
password-db = passwd
[sasl]
- # cp passwd passwd.orig
- # vim passwd
[users]
harry = harryssecret
sally = sallyssecret
最終更新:2008年11月24日 11:58