最終更新:2010-11-22 (月) 01:31:49 (4896d)  

ViewVC
Top / ViewVC

ソースコードの全リビジョンを簡単に確認できるツール

http://www.viewvc.org/

Here are some of the additional features of ViewVC:

  • Support for filesystem-accessible CVS and Subversion repositories.
  • Support for path-based authorization, including parsing and honoring Subversion authz configuration files.
  • RSS feed generation for tracking changes to repositories or individual items within repositories.
  • Individually configurable virtual host support.
  • Line-based annotation/blame display.
  • Revision graph capabilities (via integration with CvsGraph?) (CVS only).
  • Syntax highlighting support.
  • Bonsai-like repository query facilities.
  • Template-driven output generation.
  • Colorized, side-by-side differences.
  • Tarball generation (by tag/branch for CVS, by revision for Subversion).
  • Localization support based on the Accept-Language request header.
  • Ability to run either as CGI script or as a standalone server.
  • Regexp-based file searching.
  • INI-like configuration file (as opposed to requiring actual code tweaks).

インストール

yum install viewvc viewvc-httpd mod_python

設定

/etc/viewvc/viewvc.conf
root_parents=/path/to/svnrepository:svn
use_localtime = 1

参考