From tobez@tobez.org  Sat Dec  1 09:06:49 2001
Return-Path: <tobez@tobez.org>
Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254])
	by hub.freebsd.org (Postfix) with ESMTP id 33EDD37B417
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Dec 2001 09:06:49 -0800 (PST)
Received: by heechee.tobez.org (Postfix, from userid 1001)
	id 04A915433; Sat,  1 Dec 2001 18:06:41 +0100 (CET)
Message-Id: <20011201170641.04A915433@heechee.tobez.org>
Date: Sat,  1 Dec 2001 18:06:41 +0100 (CET)
From: Anton Berezin <tobez@FreeBSD.org>
Sender: tobez@tobez.org
Reply-To: Anton Berezin <tobez@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Document cvs update `P file' output
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32425
>Category:       docs
>Synopsis:       Document cvs update `P file' output
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 01 09:10:01 PST 2001
>Closed-Date:    Tue Mar 25 18:48:20 PST 2003
>Last-Modified:  Tue Mar 25 18:48:20 PST 2003
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
catpipe Systems ApS
>Environment:
System: FreeBSD heechee.tobez.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Nov 16 01:36:51 CET 2001 root@heechee.tobez.org:/usr/obj/usr/src/sys/heechee i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

The wording is taken from Per Cederqvist's CVS book - I checked that all
other `cvs update' output types have almost the same descriptions in the
book and in the manual page.

cvs diff: Diffing .
Index: cvs.1
===================================================================
RCS file: /home/ncvs/src/contrib/cvs/man/cvs.1,v
retrieving revision 1.17
diff -u -r1.17 cvs.1
--- cvs.1	21 Sep 2001 19:05:36 -0000	1.17
+++ cvs.1	1 Dec 2001 17:05:09 -0000
@@ -1762,7 +1762,7 @@
 .B update
 keeps you informed of its progress by printing a line for each file,
 prefaced with one of the characters
-.` "U A R M C ?"
+.` "U P A R M C ?"
 to indicate the status of the file:
 .TP 1i
 \fBU\fP \fIfile\fP
@@ -1770,6 +1770,12 @@
 This is done for any file that exists in the repository but not in
 your source, and for files that you haven't changed but are not the most
 recent versions available in the repository.
+.TP 1i
+\fBP\fP \fIfile\fP
+Like
+.` "U" ,
+but the CVS server sends a patch instead of an entire file.
+These two things accomplish the same thing.
 .TP 1i
 \fBA\fP \fIfile\fP
 The file has been \fIadded\fP to your private copy of the sources, and

>Release-Note:
>Audit-Trail:

From: Ruslan Ermilov <ru@FreeBSD.ORG>
To: Anton Berezin <tobez@FreeBSD.ORG>
Cc: bug-followup@FreeBSD.ORG
Subject: Re: docs/32425: Document cvs update `P file' output
Date: Sat, 1 Dec 2001 19:35:17 +0200

 On Sat, Dec 01, 2001 at 06:06:41PM +0100, Anton Berezin wrote:
 > 
 > The wording is taken from Per Cederqvist's CVS book - I checked that all
 > other `cvs update' output types have almost the same descriptions in the
 > book and in the manual page.
 > 
 > cvs diff: Diffing .
 > Index: cvs.1
 > ===================================================================
 > RCS file: /home/ncvs/src/contrib/cvs/man/cvs.1,v
 > retrieving revision 1.17
 > diff -u -r1.17 cvs.1
 > --- cvs.1	21 Sep 2001 19:05:36 -0000	1.17
 > +++ cvs.1	1 Dec 2001 17:05:09 -0000
 > @@ -1762,7 +1762,7 @@
 >  .B update
 >  keeps you informed of its progress by printing a line for each file,
 >  prefaced with one of the characters
 > -.` "U A R M C ?"
 > +.` "U P A R M C ?"
 >  to indicate the status of the file:
 >  .TP 1i
 >  \fBU\fP \fIfile\fP
 > @@ -1770,6 +1770,12 @@
 >  This is done for any file that exists in the repository but not in
 >  your source, and for files that you haven't changed but are not the most
 >  recent versions available in the repository.
 > +.TP 1i
 > +\fBP\fP \fIfile\fP
 > +Like
 > +.` "U" ,
 > +but the CVS server sends a patch instead of an entire file.
 > +These two things accomplish the same thing.
 >  .TP 1i
 >  \fBA\fP \fIfile\fP
 >  The file has been \fIadded\fP to your private copy of the sources, and
 > 
 Also available from:
 
 $ info --file=cvs --node="update output"
 
 
 Cheers,
 -- 
 Ruslan Ermilov		Oracle Developer/DBA,
 ru@sunbay.com		Sunbay Software AG,
 ru@FreeBSD.org		FreeBSD committer,
 +380.652.512.251	Simferopol, Ukraine
 
 http://www.FreeBSD.org	The Power To Serve
 http://www.oracle.com	Enabling The Information Age

From: Anton Berezin <tobez@tobez.org>
To: Ruslan Ermilov <ru@FreeBSD.ORG>
Cc: bug-followup@FreeBSD.ORG
Subject: Re: docs/32425: Document cvs update `P file' output
Date: Sat, 1 Dec 2001 20:40:01 +0100

 On Sat, Dec 01, 2001 at 07:35:17PM +0200, Ruslan Ermilov wrote:
 > On Sat, Dec 01, 2001 at 06:06:41PM +0100, Anton Berezin wrote:
 > > 
 > > The wording is taken from Per Cederqvist's CVS book - I checked that all
 > > other `cvs update' output types have almost the same descriptions in the
 > > book and in the manual page.
 
 > Also available from:
 > 
 > $ info --file=cvs --node="update output"
 
 , which in fact *is* the Cederqvist's book.  :-)
 
 From src/contrib/cvs/doc/cvs.texinfo:
 
 	@comment The titlepage section does not appear in the Info file.
 	@titlepage
 	@sp 4
 	@comment The title is printed in a large font.
 	@center @titlefont{Version Management}
 	@sp
 	@center @titlefont{with}
 	@sp
 	@center @titlefont{CVS}
 	@sp 2
 	@center for @sc{cvs} @value{CVSVN}
 	@comment -release-
 	@sp 3
 	@center Per Cederqvist et al
 
 =Anton.
 -- 
 | Anton Berezin                |      FreeBSD: The power to serve |
 | catpipe Systems ApS   _ _ |_ |           http://www.FreeBSD.org |
 | tobez@catpipe.net    (_(_||  |                tobez@FreeBSD.org | 
 | +45 7021 0050                |         Private: tobez@tobez.org |

From: Peter Pentchev <roam@ringlet.net>
To: Anton Berezin <tobez@freebsd.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/32425: Document cvs update `P file' output
Date: Sun, 2 Dec 2001 12:00:42 +0200

 On Sat, Dec 01, 2001 at 06:06:41PM +0100, Anton Berezin wrote:
 > 
 > >Number:         32425
 > >Category:       docs
 > >Synopsis:       Document cvs update `P file' output
 > >Originator:     Anton Berezin
 [snip]
 > >Fix:
 > 
 > The wording is taken from Per Cederqvist's CVS book - I checked that all
 > other `cvs update' output types have almost the same descriptions in the
 > book and in the manual page.
 > 
 > cvs diff: Diffing .
 > Index: cvs.1
 > ===================================================================
 
 Should this not be submitted to the CVS maintainers at cvshome.org?
 This way, it would make its way cleanly into the FreeBSD tree at
 the next import.
 
 G'luck,
 Peter
 
 -- 
 If I were you, who would be reading this sentence?
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Tue Mar 25 18:46:53 PST 2003 
State-Changed-Why:  
The update to cvs-1.11.2 brought this change back to us from the 
vendor tree.  Thanks for the initial submission :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=32425 
>Unformatted:
