head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	2008.10.08.02.18.53;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	2004.03.30.00.18.16;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.28.19.34.38;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	99.08.27.22.46.57;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	97.06.08.16.58.52;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	97.06.08.02.02.54;	author peter;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Streamline the svn2cvs exporter by skipping duplicate checks.
@
text
@#
# $FreeBSD$
#
# The "verifymsg" file is used to allow verification of logging
# information.  It works best when a template (as specified in the
# rcsinfo file) is provided for the logging procedure.  Given a
# template with locations for, a bug-id number, a list of people who
# reviewed the code before it can be checked in, and an external
# process to catalog the differences that were code reviewed, the
# following test can be applied to the code:
#
#   Making sure that the entered bug-id number is correct.
#   Validating that the code that was reviewed is indeed the code being
#       checked in (using the bug-id number or a seperate review
#       number to identify this particular code set.).
#
# If any of the above test failed, then the commit would be aborted.
#
# Actions such as mailing a copy of the report to each reviewer are
# better handled by an entry in the loginfo file.
#
# One thing that should be noted is the the ALL keyword is not
# supported.  There can be only one entry that matches a given
# repository.

#DEFAULT		$CVSROOT/CVSROOT/verifymsgcheck
@


1.5
log
@Check whether this commit is approved by appropriate party or not in
specific modules/branches.

We hope this check reduces accidental commits to reserved branches
(such as security branches).

Reviewed by:	core
@
text
@d26 1
a26 1
DEFAULT		$CVSROOT/CVSROOT/verifymsgcheck
@


1.4
log
@Null commit; Ensure commit messages are working as expected.
@
text
@d26 1
a26 3
# peter's edit post-processor..
DEFAULT			$CVSROOT/CVSROOT/logcheck

@


1.3
log
@$Id$ -> $FreeBSD$
@
text
@@


1.2
log
@Activate logcheck as an alternative to cvsedit
@
text
@d2 1
a2 1
# $Id: verifymsg,v 1.1 1997/06/08 02:02:54 peter Exp $
@


1.1
log
@I think these two went missing too..
@
text
@d2 1
a2 1
# $Id$
d25 4
@
