1head 1.1; 2access ; 3symbols ; 4locks ; strict; 5comment @# @; 6 7 81.1 9date 2008.09.04.16.09.17; author austvik; state Exp; 10branches; 11next ; 12commitid 3XIAdD8FSh3Pitht; 13 14desc 15@@ 16 17 18 191.1 20log 21@initial checkin@ 22text 23@# Set `SystemAuth' to `no' if pserver shouldn't check system users/passwords. 24#SystemAuth=no 25 26# Set `LocalKeyword' to specify a local alias for a standard keyword. 27#LocalKeyword=MYCVS=CVSHeader 28 29# Set `KeywordExpand' to `i' followed by a list of keywords to expand or 30# `e' followed by a list of keywords to not expand. 31#KeywordExpand=iMYCVS,Name,Date 32#KeywordExpand=eCVSHeader 33 34# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top 35# level of the new working directory when using the `cvs checkout' 36# command. 37#TopLevelAdmin=no 38 39# Put CVS lock files in this directory rather than directly in the repository. 40#LockDir=/var/lock/cvs 41 42# Set `LogHistory' to `all' or `TOEFWUPCGMAR' to log all transactions to the 43# history file, or a subset as needed (ie `TMAR' logs all write operations) 44#LogHistory=TOEFWUPCGMAR 45 46# Set `RereadLogAfterVerify' to `always' (the default) to allow the verifymsg 47# script to change the log message. Set it to `stat' to force CVS to verify 48# that the file has changed before reading it (this can take up to an extra 49# second per directory being committed, so it is not recommended for large 50# repositories. Set it to `never' (the previous CVS behavior) to prevent 51# verifymsg scripts from changing the log message. 52#RereadLogAfterVerify=always 53 54# Set `UserAdminOptions' to the list of `cvs admin' commands (options) 55# that users not in the `cvsadmin' group are allowed to run. This 56# defaults to `k', or only allowing the changing of the default 57# keyword expansion mode for files for users not in the `cvsadmin' group. 58# This value is ignored if the `cvsadmin' group does not exist. 59# 60# The following string would enable all `cvs admin' commands for all 61# users: 62#UserAdminOptions=aAbceIklLmnNostuU 63 64# Set `UseNewInfoFmtStrings' to `no' if you must support a legacy system by 65# enabling the deprecated old style info file command line format strings. 66# Be warned that these strings could be disabled in any new version of CVS. 67UseNewInfoFmtStrings=yes 68 69# Set `ImportNewFilesToVendorBranchOnly' to `yes' if you wish to force 70# every `cvs import' command to behave as if the `-X' flag was 71# specified. 72#ImportNewFilesToVendorBranchOnly=no 73 74# Set `PrimaryServer' to the CVSROOT to the primary, or write, server when 75# establishing one or more read-only mirrors which serve as proxies for 76# the write server in write mode or redirect the client to the primary for 77# write requests. 78# 79# For example: 80# 81# PrimaryServer=:fork:localhost/cvsroot 82 83# Set `MaxProxyBufferSize' to the the maximum allowable secondary 84# buffer memory cache size before the buffer begins being stored to disk, in 85# bytes. Must be a positive integer but may end in `k', `M', `G', or `T' (for 86# kiilo, mega, giga, & tera, respectively). If an otherwise valid number you 87# specify is greater than the SIZE_MAX defined by your system's C compiler, 88# then it will be resolved to SIZE_MAX without a warning. Defaults to 8M (8 89# megabytes). 90# 91# High values for MaxProxyBufferSize may speed up a secondary server 92# with old hardware and a lot of available memory but can actually slow a 93# modern system down slightly. 94# 95# For example: 96# 97# MaxProxyBufferSize=1G 98 99# Set `MaxCommentLeaderLength' to the maximum length permitted for the 100# automagically determined comment leader used when expanding the Log 101# keyword, in bytes. CVS's behavior when the automagically determined 102# comment leader exceeds this length is dependant on the value of 103# `UseArchiveCommentLeader' set in this file. `unlimited' is a valid 104# setting for this value. Defaults to 20 bytes. 105# 106# For example: 107# 108# MaxCommentLeaderLength=20 109 110# Set `UseArchiveCommentLeader' to `yes' to cause CVS to fall back on 111# the comment leader set in the RCS archive file, if any, when the 112# automagically determined comment leader exceeds `MaxCommentLeaderLength' 113# bytes. If `UseArchiveCommentLeader' is not set and a comment leader 114# greater than `MaxCommentLeaderLength' is calculated, the Log keyword 115# being examined will not be expanded. Defaults to `no'. 116# 117# For example: 118# 119# UseArchiveCommentLeader=no 120@ 121 122