summaryrefslogtreecommitdiffstats
path: root/CVSROOT/config
diff options
context:
space:
mode:
authorroot2005-03-11 18:11:30 +0000
committerroot2005-03-11 18:11:30 +0000
commit68c983fca8336e31e52b872b540a67604c1b26a3 (patch)
tree78bc12b4b986b50e59a5a4be94b58195261acb2e /CVSROOT/config
downloadurunlevel-68c983fca8336e31e52b872b540a67604c1b26a3.zip
urunlevel-68c983fca8336e31e52b872b540a67604c1b26a3.tar.gz
urunlevel-68c983fca8336e31e52b872b540a67604c1b26a3.tar.bz2
urunlevel-68c983fca8336e31e52b872b540a67604c1b26a3.tar.xz
initial checkin
Diffstat (limited to 'CVSROOT/config')
-rw-r--r--CVSROOT/config21
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 @@
1# Set this to "no" if pserver shouldn't check system users/passwords
2#SystemAuth=no
3
4# Put CVS lock files in this directory rather than directly in the repository.
5#LockDir=/var/lock/cvs
6
7# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top
8# level of the new working directory when using the `cvs checkout'
9# command.
10#TopLevelAdmin=no
11
12# Set `LogHistory' to `all' or `TOEFWUPCGMAR' to log all transactions to the
13# history file, or a subset as needed (ie `TMAR' logs all write operations)
14#LogHistory=TOEFWUPCGMAR
15
16# Set `RereadLogAfterVerify' to `always' (the default) to allow the verifymsg
17# 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
18# second per directory being committed, so it is not recommended for large
19# repositories. Set it to `never' (the previous CVS behavior) to prevent
20# verifymsg scripts from changing the log message.
21#RereadLogAfterVerify=always