SVN Server setup 3

Intergrate Bugzilla and SVN

7. SCMbug installation
  1)rpm -ivh --force --nodeps scmbug-0.26.18-1.src.rpm
    rpm -ivh --force --nodeps scmbug-common-0.26.18-1.noarch.rpm
    rpm -ivh --force --nodeps scmbug-server-0.26.18-1.noarch.rpm
    rpm -ivh --force --nodeps scmbug-tools-0.26.18-1.noarch.rpm
    rpm -ivh --force --nodeps scmbug-doc-0.26.18-1.noarch.rpm

  2)perl -MCPAN -e "install XML::Simple"
    Prompt: No --> YES --> YES --> YES
  3)perl -MCPAN -e "install Log::Log4perl"

  4)Scmbug Configuration
  update daemon.conf
    #cd /etc/scmbug/
    #vim daemon.conf
    installation_directory => '/usr/local/apache2/htdocs/bugs',
    bug_url_prefix => IP->192.168.6.200
  start bugzilla service
    #/etc/init.d/scmbug_server start

   5)Intergration

   #cd /etc/init.d

   # #perl scmbug_install_glue.pl --scm=Subversion --product=test --repository=file:///svn/repos/test --bug=770 --binary-path=/bin,/usr/bin --daemon=127.0.0.1

Work for fun,Live for love!
原文地址:https://www.cnblogs.com/allenblogs/p/1800643.html