head	1.3;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1.1.2.6.1
	RELENG_2_1_6_1_RELEASE:1.1.1.2.6.1
	RELENG_2_1_6_RELEASE:1.1.1.2.6.1
	CVS_1_6_3_END:1.2
	RELENG_2_1_5_RELEASE:1.1.1.2.6.1
	cvs_1_6_3_951211:1.1.1.3
	CYCLIC:1.1.1
	before_cvs_1_6:1.1.1.2
	RELENG_2_1_0_RELEASE:1.1.1.2
	RELENG_2_1_0:1.1.1.2.0.6
	RELENG_2_1_0_BP:1.1.1.2
	RELENG_2_0_5_RELEASE:1.1.1.2
	RELENG_2_0_5:1.1.1.2.0.4
	RELENG_2_0_5_BP:1.1.1.2
	RELENG_2_0_5_ALPHA:1.1.1.2
	jt_spdup:1.1.1.2.0.2
	b4_spdup:1.1.1.2
	cvs_1_4A2:1.1.1.2
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.4
	MOVED_NEWCVS:1.1.1.1
	FINAL_1_1_5:1.1.1.1
	ALPHA_1_1_5:1.1.1.1
	FINAL_1_1:1.1.1.1
	GAMMA_1_1:1.1.1.1
	BETA_1_1:1.1.1.1.0.2
	BP_BETA_1_1:1.1.1.1
	FINAL_1_0:1.1.1.1
	EPSILON_1_0:1.1.1.1
	GAMMA_1_0:1.1.1.1
	BETA_1_0:1.1.1.1
	ALPHA_1_0:1.1.1.1
	cvs_1_3:1.1.1.1
	cvs:1.1.1;
locks; strict;
comment	@# @;


1.3
date	96.08.20.23.55.57;	author peter;	state dead;
branches;
next	1.2;

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

1.1
date	93.06.18.05.46.09;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.06.18.05.46.10;	author jkh;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	95.03.31.07.44.37;	author nate;	state Exp;
branches
	1.1.1.2.6.1;
next	1.1.1.3;

1.1.1.3
date	95.12.10.22.29.00;	author peter;	state Exp;
branches;
next	;

1.1.1.2.6.1
date	96.02.23.12.18.33;	author peter;	state Exp;
branches;
next	1.1.1.2.6.2;

1.1.1.2.6.2
date	99.09.05.11.10.57;	author peter;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to use the cvs-1.8.1 sources from src/contrib/cvs
@
text
@#
#ident	"@@(#)cvs/examples:$Name:  $:$Id: editinfo,v 1.2 1995/12/10 23:07:53 peter Exp peter $"
#
# The "editinfo" 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.
#
# Although these test could be handled by an interactive script being
# called via an entry in commitinfo,  The information reported in
# such a script can't be easily merged into the report.
#
# 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.
#
# Note there is no "edit" example script currently available....
#
DEFAULT			$CVSROOT/CVSROOT/edit "%s"
@


1.2
log
@First round of the post-import cleanups...
@
text
@d2 1
a2 1
#ident	"@@(#)cvs/examples:$Name:  $:$Id: editinfo,v 1.2 1995/11/14 23:30:07 woods Exp $"
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# editinfo,v 1.1 1992/03/21 06:49:39 berliner Exp
d29 2
@


1.1.1.1
log
@Updated CVS
@
text
@@


1.1.1.2
log
@Original sources from CVS-1.4A2 munged to fit our directory structure.
@
text
@d2 1
a2 1
# $Id: editinfo,v 1.1 1992/03/21 06:49:39 berliner Exp $
@


1.1.1.2.6.1
log
@Bring across cvs from -current (which is at about version 1.6.3).
This has remote repository access via "rsh".
(eg: $CVSROOT = freefall.freebsd.org:/home/ncvs)

This is not quite the latest version, but it's a "known quantity".

There were a few covert tagging operations done as well to bring some
new files onto the -stable branch, these do not show here.
@
text
@d2 1
a2 1
# $Id: editinfo,v 1.1.1.2 1995/03/31 07:44:37 nate Exp $
a28 2
#
# Note there is no "edit" example script currently available....
@


1.1.1.2.6.2
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1.1.3
log
@Import CVS-1.6.3-951211.. Basically, this is the cvs-1.6.2 release
plus a couple of minor changes..

Some highlights of the new stuff that was not in the old version:
 - remote access support.. full checkout/commit/log/etc..
 - much improved dead file support..
 - speed improvements
 - better $CVSROOT handling
 - $Name$ support
 - support for a "cvsadmin" group to cut down rampant use of "cvs admin -o"
 - safer setuid/setgid support
 - many bugs fixed.. :-)
 - probably some new ones.. :-(
 - more that I cannot remember offhand..
@
text
@d2 1
a2 1
#ident	"@@(#)cvs/examples:$Name:  $:$Id: editinfo,v 1.2 1995/11/14 23:30:07 woods Exp $"
a28 2
#
# Note there is no "edit" example script currently available....
@
