| Summary: | Document cvs update `P file' output | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Anton Berezin <tobez> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Anton Berezin
2001-12-01 17:10:01 UTC
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 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 | 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 The update to cvs-1.11.2 brought this change back to us from the vendor tree. Thanks for the initial submission :) |