head 1.5; access; symbols; locks; strict; comment @# @; 1.5 date 2005.07.25.23.16.32; author cworth; state Exp; branches; next 1.4; commitid 670842e572d04567; 1.4 date 2005.07.23.17.04.38; author cworth; state Exp; branches; next 1.3; commitid 49bb42e278a64567; 1.3 date 2005.07.23.16.52.33; author cworth; state Exp; branches; next 1.2; commitid 44ab42e275d14567; 1.2 date 2003.09.08.17.58.57; author cworth; state Exp; branches; next 1.1; 1.1 date 2003.09.08.17.57.42; author cworth; state Exp; branches; next ; desc @@ 1.5 log @Remove UseNewInfoFmtStrings option. It didn't help eliminate the annoying warnings, and it actually caused new warnings for rsync-ed repositories used with older versions of cvs. @ text @# Set this to "no" if pserver shouldn't check system users/passwords #SystemAuth=no # Put CVS lock files in this directory rather than directly in the repository. LockDir=/var/lock/cvs/cairo # Set `TopLevelAdmin' to `yes' to create a CVS directory at the top # level of the new working directory when using the `cvs checkout' # command. #TopLevelAdmin=no # Set `LogHistory' to `all' or `TOFEWGCMAR' to log all transactions to the # history file, or a subset as needed (ie `TMAR' logs all write operations) #LogHistory=TOFEWGCMAR # Set `RereadLogAfterVerify' to `always' (the default) to allow the verifymsg # script to change the log message. Set it to `stat' to force CVS to verify # that the file has changed before reading it (this can take up to an extra # second per directory being committed, so it is not recommended for large # repositories. Set it to `never' (the previous CVS behavior) to prevent # verifymsg scripts from changing the log message. #RereadLogAfterVerify=always # Set `UserAdminOptions' to the list of `cvs admin' commands (options) # that users not in the `cvsadmin' group are allowed to run. This # defaults to `k', or only allowing the changing of the default # keyword expansion mode for files for users not in the `cvsadmin' group. # This value is ignored if the `cvsadmin' group does not exist. # # The following string would enable all `cvs admin' commands for all # users: #UserAdminOptions=aAbceIklLmnNostuU @ 1.4 log @Another attempt at removing the annoying deprecation warning. @ text @a6 3 # Shut up the annoying complaint from cvs. UseNewInfoFmtStrings=no @ 1.3 log @attempt to shut up annoying complaint from CVS. @ text @d8 1 a8 1 UseNewInfoFmtStrings=yes @ 1.2 log @Move lock files to /var/lock/cvs/cairo @ text @d7 3 @ 1.1 log @initial checkin @ text @d5 1 a5 1 #LockDir=/var/lock/cvs @