Annotation of CVSROOT/config, revision 1.2

1.1       misho       1: # Set this to "no" if pserver shouldn't check system users/passwords
1.2     ! misho       2: SystemAuth=no
1.1       misho       3: 
                      4: # Set `IgnoreUnknownConfigKeys' to `yes' to ignore unknown config
                      5: # keys which are supported in a future version of CVS.
                      6: # This option is intended to be useful as a transition for read-only
                      7: # mirror sites when sites may need to be updated later than the
                      8: # primary CVS repository.
                      9: #IgnoreUnknownConfigKeys=no
                     10: 
                     11: # Put CVS lock files in this directory rather than directly in the repository.
1.2     ! misho      12: LockDir=/var/lock/cvs
1.1       misho      13: 
                     14: # Set `TopLevelAdmin' to `yes' to create a CVS directory at the top
                     15: # level of the new working directory when using the `cvs checkout'
                     16: # command.
                     17: #TopLevelAdmin=no
                     18: 
                     19: # Set `LogHistory' to `all' or `TOEFWUPCGMAR' to log all transactions to the
                     20: # history file, or a subset as needed (ie `TMAR' logs all write operations)
                     21: #LogHistory=TOEFWUPCGMAR
                     22: 
                     23: # Set `RereadLogAfterVerify' to `always' (the default) to allow the verifymsg
                     24: # script to change the log message.  Set it to `stat' to force CVS to verify
                     25: # that the file has changed before reading it (this can take up to an extra
                     26: # second per directory being committed, so it is not recommended for large
                     27: # repositories.  Set it to `never' (the previous CVS behavior) to prevent
                     28: # verifymsg scripts from changing the log message.
                     29: #RereadLogAfterVerify=always

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>