cvs log samples

a part of MarkD's Guide to CVS
Here are some samples from the cvs log command for a couple of files from ACS. You can see the corresponding cvs annotate results for these files.

insert-msg.tcl

% cvs log insert-msg.tcl

RCS file: /usr/local/cvsroot/acs/www/bboard/insert-msg.tcl,v
Working file: insert-msg.tcl
head: 1.7
branch:
locks: strict
access list:
symbolic names:
	start: 1.1.1.1
	arsdigita: 1.1.1
keyword substitution: kv
total revisions: 8;	selected revisions: 8
description:
----------------------------
revision 1.7
date: 1999/09/07 04:35:50;  author: jsc;  state: Exp;  lines: +1 -1
Fixed syntactically incorrect (but working) regular expression.
----------------------------
revision 1.6
date: 1999/07/11 04:00:58;  author: jsc;  state: Exp;  lines: +14 -5
Additions and modifications for version 2.0.
----------------------------
revision 1.5
date: 1999/05/23 01:08:25;  author: philg;  state: Exp;  lines: +42 -22
building new release with bboard fixes and Glassroom and graphics package
----------------------------
revision 1.4
date: 1999/04/19 04:37:19;  author: philg;  state: Exp;  lines: +2 -0
updating to 1.4
----------------------------
revision 1.3
date: 1999/04/19 03:04:04;  author: philg;  state: Exp;  lines: +32 -14
adding anti-spam proofing.
----------------------------
revision 1.2
date: 1999/03/05 07:23:11;  author: philg;  state: Exp;  lines: +30 -8
changed the bboard to do generic file uploading (and fixed Ben's broken image uploading stuff)
----------------------------
revision 1.1
date: 1999/02/27 06:32:09;  author: jsc;  state: Exp;
branches:  1.1.1;
Initial revision
----------------------------
revision 1.1.1.1
date: 1999/02/27 06:32:09;  author: jsc;  state: Exp;  lines: +0 -0
Imported sources
=============================================================================

Just One Revision

% cvs log -r1.5 insert-msg.tcl

RCS file: /usr/local/cvsroot/acs/www/bboard/insert-msg.tcl,v
Working file: insert-msg.tcl
head: 1.7
branch:
locks: strict
access list:
symbolic names:
        start: 1.1.1.1
        arsdigita: 1.1.1
keyword substitution: kv
total revisions: 8;     selected revisions: 1
description:
----------------------------
revision 1.5
date: 1999/05/23 01:08:25;  author: philg;  state: Exp;  lines: +42 -22
building new release with bboard fixes and Glassroom and graphics package
=============================================================================

Community-core.sql

% cvs log community-core.sql

RCS file: /usr/local/cvsroot/acs/www/doc/sql/community-core.sql,v
Working file: community-core.sql
head: 1.16
branch:
locks: strict
access list:
symbolic names:
	start: 1.1.1.1
	arsdigita: 1.1.1
keyword substitution: kv
total revisions: 17;	selected revisions: 17
description:
----------------------------
revision 1.16
date: 1999/09/20 05:42:04;  author: jsc;  state: Exp;  lines: +12 -0
Updates for release.
----------------------------
revision 1.15
date: 1999/08/11 15:34:15;  author: jsc;  state: Exp;  lines: +2 -2
Fixed user_state problem for system user.
----------------------------
revision 1.14
date: 1999/07/25 20:30:31;  author: teadams;  state: Exp;  lines: +2 -2
fixing small typos from installation test
----------------------------
revision 1.13
date: 1999/07/23 21:25:14;  author: teadams;  state: Exp;  lines: +4 -0
adding index on user state
----------------------------
revision 1.12
date: 1999/07/23 21:23:32;  author: teadams;  state: Exp;  lines: +8 -1
creating an index on user_state
----------------------------
revision 1.11
date: 1999/07/23 16:36:04;  author: teadams;  state: Exp;  lines: +1 -2
changing users_spammable for the finite state machine
----------------------------
revision 1.10
date: 1999/07/19 00:35:41;  author: teadams;  state: Exp;  lines: +3 -6
changes for finite state machine
----------------------------
revision 1.9
date: 1999/07/19 00:34:50;  author: teadams;  state: Exp;  lines: +1 -1
modifications for the registration finate state machine
----------------------------
revision 1.8
date: 1999/07/17 22:42:12;  author: teadams;  state: Exp;  lines: +3 -0
registration finite state machine
----------------------------
revision 1.7
date: 1999/07/17 20:23:53;  author: teadams;  state: Exp;  lines: +16 -5
changes to the user table for the registration state machine
----------------------------
revision 1.6
date: 1999/07/11 04:01:16;  author: jsc;  state: Exp;  lines: +41 -5
Additions and modifications for version 2.0.
----------------------------
revision 1.5
date: 1999/05/25 14:25:05;  author: jsc;  state: Exp;  lines: +4 -0
Additions for approval of user registrations.
----------------------------
revision 1.4
date: 1999/04/19 04:37:23;  author: philg;  state: Exp;  lines: +12 -0
updating to 1.4
----------------------------
revision 1.3
date: 1999/04/18 05:49:33;  author: teadams;  state: Exp;  lines: +14 -0
adding view users_active, added "not banned" contraint to users_alertable
----------------------------
revision 1.2
date: 1999/03/02 04:33:47;  author: philg;  state: Exp;  lines: +3 -1
Committing all the Version 1.3 changes, including major cleanup of
the /admin/referer directory.
----------------------------
revision 1.1
date: 1999/02/27 06:32:12;  author: jsc;  state: Exp;
branches:  1.1.1;
Initial revision
----------------------------
revision 1.1.1.1
date: 1999/02/27 06:32:12;  author: jsc;  state: Exp;  lines: +0 -0
Imported sources
=============================================================================

markd@badgertronics.com
$Id: cvslog-sample.html,v 1.2 1999/12/23 21:49:09 markd Exp $