diff options
author | N.N. <root@users.sourceforge.net> | 2002-06-14 19:12:42 +0000 |
---|---|---|
committer | N.N. <root@users.sourceforge.net> | 2002-06-14 19:12:42 +0000 |
commit | 507bd2a663ff8522df5206b65cb396e2a8b323a1 (patch) | |
tree | 7809f743889a06de428b65ce5216ea9686df204a /CVSROOT/config |
initial checkinsvn2git-root
svn path=/trunk/; revision=10
Diffstat (limited to 'CVSROOT/config')
-rw-r--r-- | CVSROOT/config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CVSROOT/config b/CVSROOT/config new file mode 100644 index 00000000..ff43ec00 --- /dev/null +++ b/CVSROOT/config @@ -0,0 +1,14 @@ +# 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 `TOFEWGCMAR' to log all transactions to the +# history file, or a subset as needed (ie `TMAR' logs all write operations) +#LogHistory=TOFEWGCMAR |