It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it . ContentsThe article may be deleted if this message remains in place for seven days, i.e., after 17:04, 14 May 2025 (UTC). Find sources: "ViewVC" – news · newspapers · books · scholar · JSTOR |
![]() | |
![]() Using ViewCVS to browse the ViewCVS repository | |
Developer(s) | Greg Stein, C. Michael Pilato |
---|---|
Initial release | December 10, 2001 |
Stable release | 1.2.1 / March 26, 2020 |
Preview release | 1.3.0-dev |
Repository | |
Written in | Python |
Operating system | Cross-platform |
Available in | English |
Type | Revision control |
License | BSD license |
Website | www |
ViewVC (formerly ViewCVS) is an open-source tool for viewing the contents of CVS and SVN repositories using a web browser. It allows looking at specific revisions of files as well as side-by-side diffs of different revisions. It is written in Python and the view parameters can be modified directly in a URL using a REST style interface.
ViewVC was inspired by the CVSweb application, an older web-based CVS repository viewer written in Perl. The original ViewCVS was a Python port of this application, with the intention to add enhancements to the existing functionality.
In 2001, the project was moved to SourceForge and is currently part of the SourceForge infrastructure as it is the repository browser used by the site.
One of the enhancements made was the ability to browse Subversion repositories. The eventual maturity of this support meant that the name "ViewCVS" was no longer appropriate, which, combined with SourceForge's lack of support for Subversion at the time, led to the project being renamed "ViewVC" and moving to tigris.org. This name change and migration occurred in late 2005.
Some of the people involved with the development of ViewVC are:
ViewVC consists of two main components. The first part is the repository browser. The second part is the commit database.