Skip to content

Commit

Permalink
initial checkin
Browse files Browse the repository at this point in the history
git-svn-id: http://rubyeventmachine.com/svn/trunk@29 2c60eb90-88cd-488e-9351-1edcb1d70dbc
  • Loading branch information
gforge committed Sep 4, 2003
1 parent f4487c4 commit 1879adf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CVSROOT/config
Original file line number Diff line number Diff line change
@@ -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/cvslocks/

# 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

# 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

0 comments on commit 1879adf

Please sign in to comment.