head 1.6; access; symbols; locks; strict; comment @# @; 1.6 date 2005.10.03.15.19.28; author rse; state Exp; branches; next 1.5; 1.5 date 2004.06.09.19.09.31; author rse; state Exp; branches; next 1.4; 1.4 date 2001.12.16.13.08.11; author ossp-cvs; state Exp; branches; next 1.3; 1.3 date 2001.12.16.13.04.17; author ossp-cvs; state Exp; branches; next 1.2; 1.2 date 2000.06.13.09.18.36; author ossp; state Exp; branches; next 1.1; 1.1 date 2000.06.13.09.11.07; author ossp; state Exp; branches; next ; desc @@ 1.6 log @update to latest CVS world order @ text @## ## CVSROOT/config -- main configuration file ## Copyright (c) 2000 Ralf S. Engelschall ## # This is file is the main CVS configuration file which # controls some global aspects of the repository. # Format: = # pserver shouldn't check system users/passwords SystemAuth=no # do not create a CVS directory at the top level of new working directories TopLevelAdmin=no # we store lock files in a separate directory for file permission reasons #LockDir=/v/ossp/cvs/CVSLOCK # configure which transactions are logged to history file (`all' or `TOFEWGCMAR' # to log all transactions; or a subset as needed, ie `TMAR' logs all write operations) # [only available with CVS >= 1.10.8.1!] LogHistory=TMAR # Set `HistoryFile' to the path name (relative to CVSROOT) of the history file # if you do not want to store it not under CVSROOT/history # [only available with OSSP patches] #HistoryFile=CVSROOT/history # Set `LocalIdName' to the name of a local tag to use in addition to $Id: config,v 1.5 2004/06/09 19:09:31 rse Exp $ # [only available with OSSP patches] #LocalIdName=OSSP # Set `UMask' to the octal value of the umask under which CVS should run # [only available with OSSP patches] #UMask=002 # Format string handling UseNewInfoFmtStrings=yes @ 1.5 log @upgrade to OSSP shiela 1.1.2 and CVS 1.12.x @ text @a12 4 # do not to save file status information in the repository # (buggy feature, do not set to `yes'!) PreservePermissions=no d17 1 a17 1 #LockDir=/e/ossp/cvs/CVSLOCK d29 1 a29 1 # Set `LocalIdName' to the name of a local tag to use in addition to $Id: config,v 1.4 2001/12/16 13:08:11 ossp-cvs Exp $ @ 1.4 log @disable special OSSP CVS feature @ text @d33 1 a33 1 # Set `LocalIdName' to the name of a local tag to use in addition to $Id: config,v 1.3 2001/12/16 13:04:17 ossp-cvs Exp $ d41 3 @ 1.3 log @disable special OSSP CVS feature @ text @d33 1 a33 1 # Set `LocalIdName' to the name of a local tag to use in addition to $Id: config,v 1.2 2000/06/13 09:18:36 ossp Exp $ d39 1 a39 1 UMask=002 @ 1.2 log @Initial CVSROOT contents @ text @d33 1 a33 1 # Set `LocalIdName' to the name of a local tag to use in addition to $Id: config,v 1.8 2000/05/05 21:16:33 rse Exp $ d35 1 a35 1 LocalIdName=OSSP @ 1.1 log @initial checkin @ text @d1 30 a30 18 # Set this to "no" if pserver shouldn't check system users/passwords #SystemAuth=no # Set `PreservePermissions' to `yes' to save file status information # in the repository. #PreservePermissions=no # 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 `HistoryFile' to the path name (relative to CVSROOT) of the history file # if you do not want to store it not under CVSROOT/history d33 7 a39 2 # Set `LocalIdName' to the name of a local tag to use in addition to Id #LocalIdName=LocalId a40 2 # Set `UMask' to the octal value of the umask. #UMask=002 @