=================================================================== RCS file: /cvs/cvsweb/INSTALL,v retrieving revision 4.6 retrieving revision 4.10 diff -u -p -r4.6 -r4.10 --- cvsweb/INSTALL 2019/11/11 14:56:27 4.6 +++ cvsweb/INSTALL 2019/11/29 18:50:15 4.10 @@ -1,4 +1,4 @@ -$Id: INSTALL,v 4.6 2019/11/11 14:56:27 schwarze Exp $ +$Id: INSTALL,v 4.10 2019/11/29 18:50:15 schwarze Exp $ $knu: INSTALL,v 1.36 2005/01/22 12:43:55 scop For notes on upgrading between CVSweb releases, see the bottom @@ -29,8 +29,8 @@ of this document. version of cvs is 1.11 or newer. Older cvs versions may work with more or less quirks, YMMV. - Currently, you'll also need to have the GNU RCS utilities 'rlog', - 'rcsdiff' installed (current version is 5.7). + Currently, you'll also need to have the RCS utilities rlog(1) and + rcsdiff(1) installed. This may change if cvs will be able to serve these functions without having a working directory [see TODO]. @@ -39,9 +39,6 @@ of this document. repository (or a copy of it) therefore; rsh, ssh or pserver access doesn't work yet. - Install CVSHistory if you want to use it with CVSweb, and see (8) for - configuration notes. You'll need version 2.0 or newer. - 2) Copy cvsweb.conf to a configuration directory, typically /usr/local/etc/cvsweb/cvsweb.conf. Edit cvsweb.conf to fit your needs, you'll probably need to tweak the @@ -72,11 +69,6 @@ of this document. 5) Copy cvsweb.css from the css/ directory to a web server directory, and point the $cssurl variable in cvsweb.conf to it. -8) CVSHistory can be used with this - version of CVSweb. See the $cvshistory_url configuration variable in - cvsweb.conf. For best results, configure CVSweb and CVSHistory to use - the same "logical names" for CVS roots. - 9) If you like you can add descriptions to be shown next to each directory or module name. These are read from CVSROOT/descriptions. @@ -150,13 +142,6 @@ The following configuration variables in cvsweb.conf h $DEBUG is new, and optional. See comments in cvsweb.conf. -Upgrading to 3.0.1 ------------------- - -The following configuration variables in cvsweb.conf have changed: - - $cvshistory_url is new, and optional. See comments in cvsweb.conf. - Upgrading to 3.0.0 ------------------ @@ -170,9 +155,6 @@ The following configuration variables in cvsweb.conf h modules in CVS terminology, and the implementation was broken. @ForbiddenFiles has been enhanced to affect directories as well. - $cvstreedefault is now optional. If unset, the first one in - @CVSrepositories is used. - %DEFAULTVALUE for "ln" can now be set to a boolean indicating whether line numbers in markup views should be shown or not. The default is off. @@ -194,6 +176,3 @@ The following configuration variables in cvsweb.conf h %ICONS has a new entry: binfile for binary files (-kb keyword substitution). - - %DIFF_COMMANDS is new, it is used to configure external per file type - diff commands.