[Digicool-CVS] CVS: CVSROOT - postcommit_actions:1.57
klm@digicool.com
klm@digicool.com
Thu, 11 Mar 1999 11:51:46 -0500
Update of /cvs-repository/CVSROOT
In directory aldous:/projects/users/klm/CVSROOT
Modified Files:
postcommit_actions
Log Message:
When reexecing, append to the existing log, instead of overwriting it,
so we preserve the primary comments.
TO BE DONE - the log file is currently shared, and concurrent checkins
will stomp eachother, interspersing or overwriting their log entries.
This is not desirable - but then again, we don't want a whole bunch of
logs left around, and this reuse is an easy way to limit that. A good
solution short of painful, elaborate things like locking or some
reaping of old logs is not apparent - so we're sticking with quick and
dirty for now.