在线浏览Subversion与CVS仓库中的内容,ViewVC 1.1.16 发布
jopen 12年前
ViewVC是一个基于Python/CGI的系统,能够让你通过浏览器查看Subversion和CVS仓库中的内容,并与之交互。使用 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).
这是一个维护版本,包括了修正所有1.1.x系列中发现的错误。还有一个增强功能就是能够让管理员能够标记某些MIME类型为“二进制”。