测试Linux系统:Ubuntu 8.04在这里我认为你已经安装了Subversion和Apache,可以看这里参见subversion apache 安装配置。http://www.linuxidc.com/Linux/2012-04/59317.htmViewVC安装1. ViewVC需要的环境 For CVS Support: * Python 1.5.2 or later
(http://www.python.org/)
* RCS, Revision Control System
(http://www.cs.purdue.edu/homes/trinkle/RCS/)
* GNU-diff to replace diff implementations without the -u option
(http://www.gnu.org/software/diffutils/diffutils.html)
* read-only, physical access to a CVS repository
(See http://www.cvshome.org/ for more information) For Subversion Support: * Python 2.0 or later
(http://www.python.org/)
* Subversion, Version Control System, 1.3.1 or later
(binary installation and Python bindings)
(http://subversion.tigris.org/)安装所需包:apt-get install python-subversion
apt-get install python-pygments2. 安装viewvctar zxvf viewvc-1.1.2.tar.gz
cd viewvc-1.1.2
./viewvc-install两次回车安装到/usr/local/viewvc-1.1.2
Installation path [/usr/local/viewvc-1.1.2]:
DESTDIR path (generally only used by package maintainers) []:3. 配置(viewvc.conf)vi /usr/local/viewvc-1.1.2/viewvc.conf简单配置只需更改root_parents
enable_syntax_coloration = 1 #语法高亮
allowed_views = annotate, diff, markup, roots, co, tar #允许的视图Edit <VIEWVC_INSTALLATION_DIRECTORY>/viewvc.conf for your specific
configuration. In particular, examine the following configuration options: cvs_roots (for CVS)
svn_roots (for Subversion)
root_parents (for CVS or Subversion)#所有svn版本库的根目录
default_root
root_as_url_component
rcs_dir
mime_types_files There are some other options that are usually nice to change. See
viewvc.conf for more information. ViewVC provides a working,
default look. However, if you want to customize the look of ViewVC
then edit the files in <VIEWVC_INSTALLATION_DIRECTORY>/templates.
You need knowledge about HTML to edit the templates.
ViewVC 的详细介绍:请点这里
ViewVC 的下载地址:请点这里
Ubuntu 无法应用原保存的显示器配置功能强大的find命令相关资讯 ViewVC
- ViewVC安装配置指南(Linux平台) (01/15/2014 11:46:15)
- CVS/SVN的Web界面 ViewVC (01/15/2014 11:04:56)
- ViewVC 1.1.20 发布,CVS/SVN的Web (04/25/2013 07:49:27)
| - ViewVC 1.1.22 发布,CVS/SVN的Web (01/15/2014 11:14:00)
- ViewVC 1.1.21 发布,CVS/SVN的Web (09/14/2013 09:25:10)
- 在Windows 2003上架设ViewVC,显示 (04/23/2013 13:26:01)
|
本文评论 查看全部评论 (0)