2006/01/09

SVN Server 安裝

apt-get install subversion*

檢查是否已安裝 mod_dav_svn.so :

ls /usr/lib/apache2/modules | grep svn

若尚未安裝則安裝之:

apt-get install libapache2-svn

編輯 apache2.conf

加入

DAV svn SVNParentPath /pathto/svn AuthType Basic AuthName "Subversion repository" AuthUserFile /pathto/svn-auth-file Require valid-user

service apache2 restart

Technorati : ,

沒有留言:

張貼留言