How do I go about changing the HTML for the project I maintain?
I have already gotten the necessary permissions, but haven't been able to
figure out how to use CVS.
Is there a good explanation somewhere?
Unfortunately, I could not find anything I can honestly call a "good"
explanation. In essence, you need to run the cvs co ...:/web/... command
that appears on the "CVS Repositories" page for your project (under
"Project member access via SSH, webpages repository", edit files
as you like, use cvs add for any new files, and then run cvs commit.
Some links, none of which are exactly what you want:
# That "CVS Repositories" page for GNU Texinfo, as an example:
https://savannah.gnu.org/cvs/?group=texinfo
# Our too-terse example page of CVS usage:
http://savannah.gnu.org/maintenance/UsingCvs/
# A CVS cheatsheet by a knowledgeable user:
https://www.cs.umb.edu/~srevilak/cvs.html
# The full CVS manual:
http://web.mit.edu/gnu/doc/html/cvs_1.html
Hope this helps,
Karl