Annotation of CVSROOT/config, revision 1.1

1.1     ! nick        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
        !            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: 
        !            24: # Set `RereadLogAfterVerify' to `always' (the default) to allow the verifymsg
        !            25: # script to change the log message.  Set it to `stat' to force CVS to verify
        !            26: # that the file has changed before reading it (this can take up to an extra
        !            27: # second per directory being committed, so it is not recommended for large
        !            28: # repositories.  Set it to `never' (the previous CVS behavior) to prevent
        !            29: # verifymsg scripts from changing the log message.
        !            30: #RereadLogAfterVerify=always
        !            31: 
        !            32: # Set `UserAdminOptions' to the list of `cvs admin' commands (options)
        !            33: # that users not in the `cvsadmin' group are allowed to run.  This
        !            34: # defaults to `k', or only allowing the changing of the default
        !            35: # keyword expansion mode for files for users not in the `cvsadmin' group.
        !            36: # This value is ignored if the `cvsadmin' group does not exist.
        !            37: #
        !            38: # The following string would enable all `cvs admin' commands for all
        !            39: # users:
        !            40: #UserAdminOptions=aAbceIklLmnNostuU
        !            41: 
        !            42: # Set `UseNewInfoFmtStrings' to `no' if you must support a legacy system by
        !            43: # enabling the deprecated old style info file command line format strings.
        !            44: # Be warned that these strings could be disabled in any new version of CVS.
        !            45: UseNewInfoFmtStrings=yes
        !            46: 
        !            47: # Set `ImportNewFilesToVendorBranchOnly' to `yes' if you wish to force
        !            48: # every `cvs import' command to behave as if the `-X' flag was
        !            49: # specified.
        !            50: #ImportNewFilesToVendorBranchOnly=no
        !            51: 
        !            52: # Set `PrimaryServer' to the CVSROOT to the primary, or write, server when
        !            53: # establishing one or more read-only mirrors which serve as proxies for
        !            54: # the write server in write mode or redirect the client to the primary for
        !            55: # write requests.
        !            56: #
        !            57: # For example:
        !            58: #
        !            59: #   PrimaryServer=:fork:localhost/cvsroot
        !            60: 
        !            61: # Set `MaxProxyBufferSize' to the the maximum allowable secondary
        !            62: # buffer memory cache size before the buffer begins being stored to disk, in
        !            63: # bytes.  Must be a positive integer but may end in `k', `M', `G', or `T' (for
        !            64: # kiilo, mega, giga, & tera, respectively).  If an otherwise valid number you
        !            65: # specify is greater than the SIZE_MAX defined by your system's C compiler,
        !            66: # then it will be resolved to SIZE_MAX without a warning.  Defaults to 8M (8
        !            67: # megabytes).
        !            68: #
        !            69: # High values for MaxProxyBufferSize may speed up a secondary server
        !            70: # with old hardware and a lot of available memory but can actually slow a
        !            71: # modern system down slightly.
        !            72: #
        !            73: # For example:
        !            74: #
        !            75: #   MaxProxyBufferSize=1G
        !            76: 
        !            77: # Set `MaxCommentLeaderLength' to the maximum length permitted for the
        !            78: # automagically determined comment leader used when expanding the Log
        !            79: # keyword, in bytes.  CVS's behavior when the automagically determined
        !            80: # comment leader exceeds this length is dependant on the value of
        !            81: # `UseArchiveCommentLeader' set in this file.  `unlimited' is a valid
        !            82: # setting for this value.  Defaults to 20 bytes.
        !            83: #
        !            84: # For example:
        !            85: #
        !            86: #   MaxCommentLeaderLength=20
        !            87: 
        !            88: # Set `UseArchiveCommentLeader' to `yes' to cause CVS to fall back on
        !            89: # the comment leader set in the RCS archive file, if any, when the
        !            90: # automagically determined comment leader exceeds `MaxCommentLeaderLength'
        !            91: # bytes.  If `UseArchiveCommentLeader' is not set and a comment leader
        !            92: # greater than `MaxCommentLeaderLength' is calculated, the Log keyword
        !            93: # being examined will not be expanded.  Defaults to `no'.
        !            94: #
        !            95: # For example:
        !            96: #
        !            97: #   UseArchiveCommentLeader=no

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