This page can be accessed via http://www.slac.stanford.edu/BFROOT/doc/cvs/list-mod. or Tools -> CVS -> list of modifications List of modifications in CVS-BF2-1.9: 1. Full logging: five more logs have been added: 'cvs add', 'cvs remove', 'cvs update -A', 'cvs ci' that actually removes files, and 'cvs ci' that actually adds files. These logs are essential in constructing a useful history file for tracking problems in the repository. 2. Prevents 'cvs add' from a tagged folder. A tagged version should be frozen. However, one can use 'cvs add -f' to bypass it under special circumstances. 3. Prevents 'cvs rm' from a tagged folder. A tagged version should be frozen. However, one can use 'cvs rm -f' to bypass it. 4. Turn on AFS support, without this patch, lock files created with a different account will not be cleared. List of extensions: 1. fixcvs: Fixcvs is a perl script that can be used to change the information of a folder, such as the location of repository, etc, according to the current value of $CVSROOT. It is supplied with CVS-BF-1.N distribution. Also in BaBar's $CVSROOT/cvsutil. 2. cvshis: display CVS history in comprehensive format. The additional history entries added by CVS-BF can only be displayed by cvshis, they are ignored by original CVS. This script can be found in BaBar's $CVSROOT/cvsutil. 3. cvsck: it checks the integrity of files in CVS repository. It checks non-existing revision numbers marked by tags, out of sequence or missing revision numbers, missing change record for a revision number, missing revision number for a change record. This script can be found in BaBar's $CVSROOT/cvsutil.