diff options
| author | Roger Dingledine <arma@torproject.org> | 2003-05-21 22:44:44 +0000 |
|---|---|---|
| committer | Roger Dingledine <arma@torproject.org> | 2003-05-21 22:44:44 +0000 |
| commit | 95335132366c5a9d013ee101829593177b0bfbec (patch) | |
| tree | 81430a75980c046bb5e7775c5fc43d4acef7e04e /CVSROOT/config | |
| parent | c3ba0fe9305e4e961980e60ea372ea739a0bae63 (diff) | |
| download | anonbib-95335132366c5a9d013ee101829593177b0bfbec.tar.gz | |
initial checkin
svn:r26
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 0000000..ff43ec0 --- /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 |
