From owner-freebsd-doc Thu Jul 5 12:30:14 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98C3F37B405 for ; Thu, 5 Jul 2001 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f65JU1Z01851; Thu, 5 Jul 2001 12:30:01 -0700 (PDT) (envelope-from gnats) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 7600E37B403 for ; Thu, 5 Jul 2001 12:23:36 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-a239.otenet.gr [212.205.215.239]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f65JNXo10160 for ; Thu, 5 Jul 2001 22:23:33 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.4/8.11.3) id f65InCv02466; Thu, 5 Jul 2001 21:49:12 +0300 (EEST) (envelope-from charon) Message-Id: <200107051849.f65InCv02466@hades.hell.gr> Date: Thu, 5 Jul 2001 21:49:12 +0300 (EEST) From: Giorgos Keramidas Reply-To: Giorgos Keramidas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/28730: request for addition of a few more details on 'cvs log' usage to the text of articles/committers-guide Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28730 >Category: docs >Synopsis: request for addition of a few more details on 'cvs log' usage to the text of articles/committers-guide >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 12:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Giorgos Keramidas >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 24 18:34:43 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386 >Description: Just a small addition to the text of articles/committers-guide that adds a few details regarding the usage of 'cvs log'. >How-To-Repeat: >Fix: Index: en_US.ISO8859-1/articles/committers-guide/article.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v retrieving revision 1.73 diff -u -r1.73 article.sgml --- en_US.ISO8859-1/articles/committers-guide/article.sgml 2001/06/22 08:18:55 1.73 +++ en_US.ISO8859-1/articles/committers-guide/article.sgml 2001/07/05 18:41:05 @@ -582,6 +582,37 @@ &prompt.user; cvs log shazam + + If shazam is a file, this will print a + header with information about this file, such + as where in the repository this file is stored, which revision is + the HEAD for this file, what branches this file + is in, and any tags that are valid for this file. Then, for each + revision of this file, a log message is printed. This includes + the date and time of the commit, who did the commit, how many lines + were added and/or deleted, and finally the log message that the + committer who did the change wrote. + + If shazam is a directory, then the log + information described above is printed for each file in the + directory in turn. Unless you give the to + log, the log for all subdirectories of + shazam is printed too, in a recursive + manner. + + Use the log command to view the history of + one or more files, as it's stored in the CVS repository. You can + even use it to view the log message of a specific revision, if you + add the to the + log command: + + &prompt.user; cvs log -r1.2 shazam + + This will print only the log message for revision + 1.2 of file shazam if it is + a file, or the log message for revision 1.2 of + each file under shazam if it is a + directory. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message