您的位置:軟件測試 > 開源軟件測試 > 開源Bug管理工具 > Bugzilla
SVN與Bugzilla整合
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時間:[ 2014/3/7 15:45:04 ] 推薦標(biāo)簽:Bugzilla SVN

下載mod_auth_mysql.tar.gz,解壓后進(jìn)行目錄

#cd mod_auth_mysql

運(yùn)行下列代碼,進(jìn)行模塊鏈接

#/usr/local/apache/bin/apxs

–C –I /usr/local/mysql/include/mysql

–L /usr/local/mysql/lib/mysql

–lmysqlclient –lm lz /home/software/mod_auth_mysql/mod_auth_mysql.c

#/usr/local/apache/bin/apxs –I /home/software/mod_auth_mysql/mod_auth_mysql.a

 

重新修改apache配置文件httpd.conf

LoadModule mysql_auth_module /usr/local/mysql/lib/mysql/.libs/mod_auth_mysql.so

LoadModule dav_svn_module modules/mod_dav_svn.so

LoadModule authz_svn_module modules/mod_authz_svn.so

<Location /svn>

 DAV svn

 SVNParentPath /home/svnroot/repository/

 AuthzSVNAccessFile /home/svnroot/repository/authz.conf

 AuthType Basic

 AuthName "Subversion.zoneyump"

 AuthUserFile /home/svnroot/repository/authfile

 Require valid-user

 

AuthMySQLEnable on

 AuthMySQLHost localhost

AuthMySQLUser bugs

 AuthMySQLPassword 123

 AuthMySQLNameField login_name

 AuthMySQLPasswordField cryptpassword

#因?yàn)閎ugzilla在default下是用的是crypt,所以這用的是crypt。請注意在不同的#mod_auth_mysql下這個配制有一點(diǎn)不一樣!

 AuthMySQLPwEncryption crypt

</Location>

下載的rpm包有四個:

Scmbug-common

Scmbug-doc

Scmbug-server

Scmbug-tools

安裝時提供docbook-utils和Mail::sendmail模塊,安裝上即可.

注意:若安裝tar包,則運(yùn)行以下命令:

bash$ ./configure

bash$ make

bash# make install-common

bash# make install-doc

bash# make install-tools

bash# make install-server

上一頁12345下一頁
軟件測試工具 | 聯(lián)系我們 | 投訴建議 | 誠聘英才 | 申請使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd