Date: Sat, 1 Dec 2001 18:06:41 +0100 (CET) From: Anton Berezin <tobez@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/32425: Document cvs update `P file' output Message-ID: <20011201170641.04A915433@heechee.tobez.org>
next in thread | raw e-mail | index | archive | help
>Number: 32425 >Category: docs >Synopsis: Document cvs update `P file' output >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 01 09:10:01 PST 2001 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011201170641.04A915433>