config 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # Set this to "no" if pserver shouldn't check system users/passwords
  2. #SystemAuth=no
  3. # Put CVS lock files in this directory rather than directly in the repository.
  4. #LockDir=/var/lock/cvs
  5. # Set `TopLevelAdmin' to `yes' to create a CVS directory at the top
  6. # level of the new working directory when using the `cvs checkout'
  7. # command.
  8. #TopLevelAdmin=no
  9. # Set `LogHistory' to `all' or `TOEFWUPCGMAR' to log all transactions to the
  10. # history file, or a subset as needed (ie `TMAR' logs all write operations)
  11. #LogHistory=TOEFWUPCGMAR
  12. # Set `RereadLogAfterVerify' to `always' (the default) to allow the verifymsg
  13. # script to change the log message. Set it to `stat' to force CVS to verify
  14. # that the file has changed before reading it (this can take up to an extra
  15. # second per directory being committed, so it is not recommended for large
  16. # repositories. Set it to `never' (the previous CVS behavior) to prevent
  17. # verifymsg scripts from changing the log message.
  18. #RereadLogAfterVerify=always
  19. # Set `UserAdminOptions' to the list of `cvs admin' commands (options)
  20. # that users not in the `cvsadmin' group are allowed to run. This
  21. # defaults to `k', or only allowing the changing of the default
  22. # keyword expansion mode for files for users not in the `cvsadmin' group.
  23. # This value is ignored if the `cvsadmin' group does not exist.
  24. #
  25. # The following string would enable all `cvs admin' commands for all
  26. # users:
  27. #UserAdminOptions=aAbceIklLmnNostuU
  28. # Set `UseNewInfoFmtStrings' to `no' if you must support a legacy system by
  29. # enabling the deprecated old style info file command line format strings.
  30. # Be warned that these strings could be disabled in any new version of CVS.
  31. UseNewInfoFmtStrings=yes