File:  [Coherent Logic Development] / CVSROOT / config
Revision 1.1: download - view: text, annotated - select for diffs
Sun Jan 19 01:42:47 2025 UTC (6 months, 1 week ago) by cvs
Branches: MAIN
CVS tags: HEAD
initial checkin

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

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