summaryrefslogtreecommitdiff
path: root/CVSROOT/config
diff options
context:
space:
mode:
authorroot <root@42af7a65-404d-4744-a932-0658087f49c3>2007-02-17 02:10:48 +0000
committerroot <root@42af7a65-404d-4744-a932-0658087f49c3>2007-02-17 02:10:48 +0000
commit2223612deb2cc6322992f8595b6d6f86fcb53ae1 (patch)
tree78bc12b4b986b50e59a5a4be94b58195261acb2e /CVSROOT/config
parente4f4514e9daf1e9988d3c0058973d93e5530d467 (diff)
downloadpx4-nuttx-2223612deb2cc6322992f8595b6d6f86fcb53ae1.tar.gz
px4-nuttx-2223612deb2cc6322992f8595b6d6f86fcb53ae1.tar.bz2
px4-nuttx-2223612deb2cc6322992f8595b6d6f86fcb53ae1.zip
initial checkin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2 42af7a65-404d-4744-a932-0658087f49c3
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 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