ViewVC Manual

ViewVC Manual

1 linux环境

#cat /etc/issue

CentOS release 5.2 (Final)

2 管理员登录

以管理员root账号登录

3 安装viewvc

#rpm -ivh viewvc-1.0.5-1.el5.rf.noarch.rpm

#vi /etc/viewvc/viewvc.conf

….

#cvs_roots = cvs: /home/cvsroot

….

root_parents = /home/svn: svn,

/home/svn2: svn

….

#default_root = cvs

….

root_as_url_component = 1

….

#vi /etc/httpd/conf.d/viewvc.conf

<VirtualHost *:80>

ServerName scm11.***.cn

ScriptAlias /viewvc /var/www/cgi-bin/viewvc.cgi

#ScriptAlias /query /var/www/cgi-bin/query.cgi

Alias /viewvc-static /var/www/viewvc

<Directory /var/www/viewvc>

Allow from all

</Directory>

</VirtualHost>

#service httpd configtest

#service httpd reload

4 测试

http://10.1.56.194/viewvc/

5 升级viewvc

viewvc-1.1.6-1.el5.rf.noarch.rpm

。。。

http://blog.csdn.net/wood_lu/archive/2010/09/24/5902928.aspx

http://www.360doc.com/content/06/0810/20/1523_178352.shtml

http://linuxadminzone.com/download-install-and-configure-viewvc-for-subversion/

http://fred.oracle1.com/weblog/2007/03/08/viewvc-how-to/

http://www.viewvc.org/faq.html#authz-support

你可能感兴趣的:(ViewVC Manual)