Mercurial > hg > easyhg-kdiff3
annotate CVSROOT/config @ 59:b9d051fd4fd5
Version 0.9.83
author | joachim99 |
---|---|
date | Sun, 07 Mar 2004 10:05:41 +0000 |
parents | 391d4ae068d9 |
children |
rev | line source |
---|---|
root@1 | 1 # Set this to "no" if pserver shouldn't check system users/passwords |
root@1 | 2 #SystemAuth=no |
root@1 | 3 |
root@1 | 4 # Put CVS lock files in this directory rather than directly in the repository. |
root@1 | 5 #LockDir=/var/lock/cvs |
root@1 | 6 |
root@1 | 7 # Set `TopLevelAdmin' to `yes' to create a CVS directory at the top |
root@1 | 8 # level of the new working directory when using the `cvs checkout' |
root@1 | 9 # command. |
root@1 | 10 #TopLevelAdmin=no |
root@1 | 11 |
root@1 | 12 # Set `LogHistory' to `all' or `TOFEWGCMAR' to log all transactions to the |
root@1 | 13 # history file, or a subset as needed (ie `TMAR' logs all write operations) |
root@1 | 14 #LogHistory=TOFEWGCMAR |