Shai Tamari writes:
> I would like to set up a system of source control with a browser-based
> interface. Ideally, users could download files from a main server, view
> history, diff, etc. from any remote machine using their browsers. Is it
> possible to build this/set this up with CVS?
You mean like this?
http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/
That's an example of what can be done with this package:
http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
I've seen this (or similar) script used in several open source
projects. My only wish is that it would highlight the exact character
differences between revisions (as cvs-ediff in emacs does), rather than
just entire lines. Even so, it's still very useful.