ViewVC (formerly ViewCVS) is an open source tool for viewing the contents of CVS and SVN repositories using a web browser. It allows you to look 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...
more
ViewVC (formerly ViewCVS) is an open source tool for viewing the contents of CVS and SVN repositories using a web browser. It allows you to look 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, the world's largest software development website. It is currently part of the SourceForge infrastructure by virtue of that fact that 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. This, combined with...
less