Patches to CVSweb 1.0
When CVSweb 1.0 sends entire files, it
compresses them with gzip which is not supported by
all web browsers. This patch
sends uncompressed files that work with most
browsers but uses more network bandwidth. It can
probably be considered official in the sense that
the latest FreeBSD development sources for CVSweb
contain such a change.
This patch
allows CVSweb to operate on files whose names
contain '$'.
Development of CVSweb
This patch
adds "cvs annotate" functionality to CVSweb 1.0.
The implementation of the patch is all wrong; you
are better off with Henner Zeller's hencvs, which
has annotate as of Oct 1998, or Bonsai,
which also has annotate ("cvsblame").
Martin
Cleaver's CVSweb is available; it features
capabilities for file upload as well as file
browsing.
The latest and greatest (potentially
experimental) CVSweb from FreeBSD is available in
FreeBSD-current.
A
demo of the branch features in this version is
available.
Henner Zeller's CVSweb has a few enhancements,
for example the ability to see a directory listing,
which directly shows the latest revision and log
message for each file.
Old Information
Here are versions of CVSwebEdit from Jan
1998 and Feb
1998; for the most up-to-date version, see
Martin Cleaver's site mentioned above.
|