diff options
author | root <root@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-12 23:10:33 +0000 |
---|---|---|
committer | root <root@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-12 23:10:33 +0000 |
commit | f635ae4bbdb7397764fbc4b1b1cfd6cde2d2ecce (patch) | |
tree | 78bc12b4b986b50e59a5a4be94b58195261acb2e /CVSROOT/config | |
parent | cf468a2273cee20a83f3979b5301886e4695e250 (diff) |
initial checkin
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@2 f606c939-3180-4ac9-a4b8-4b8779d57d0a
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 0000000..92c150b --- /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 |