diff options
| author | root <root@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-05-19 19:12:41 +0000 |
|---|---|---|
| committer | root <root@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-05-19 19:12:41 +0000 |
| commit | c0271260cf77ea47bd589e6fc0a2699a9a1dae98 (patch) | |
| tree | 78bc12b4b986b50e59a5a4be94b58195261acb2e /CVSROOT/config | |
| parent | 77e758361bbfd93a176fa58f075f5505aa8dcc3b (diff) | |
initial checkin
git-svn-id: https://svn.roundcube.net/trunk@2 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'CVSROOT/config')
| -rw-r--r-- | CVSROOT/config | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CVSROOT/config b/CVSROOT/config new file mode 100644 index 000000000..92c150bf7 --- /dev/null +++ b/CVSROOT/config @@ -0,0 +1,21 @@ +# Set this to "no" if pserver shouldn't check system users/passwords +#SystemAuth=no + +# Put CVS lock files in this directory rather than directly in the repository. +#LockDir=/var/lock/cvs + +# 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 `TOEFWUPCGMAR' to log all transactions to the +# history file, or a subset as needed (ie `TMAR' logs all write operations) +#LogHistory=TOEFWUPCGMAR + +# Set `RereadLogAfterVerify' to `always' (the default) to allow the verifymsg +# script to change the log message. Set it to `stat' to force CVS to verify# that the file has changed before reading it (this can take up to an extra +# second per directory being committed, so it is not recommended for large +# repositories. Set it to `never' (the previous CVS behavior) to prevent +# verifymsg scripts from changing the log message. +#RereadLogAfterVerify=always |
