Date: Sat, 11 May 2002 02:28:59 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: parv <parv@pair.com> Cc: freebsd-questions@freebsd.org Subject: Re: how to read cvs commit message Message-ID: <20020510232858.GC7656@hades.hell.gr> In-Reply-To: <20020501044048.GA44296@moo.holy.cow> References: <20020501044048.GA44296@moo.holy.cow>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-05-01 00:40, parv wrote: > given the commit message below... > > > silby 2002/04/30 20:27:35 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/kern uipc_socket.c uipc_socket2.c > ... > > Revision Changes Path > > 1.116 +1 -2 src/sys/kern/uipc_socket.c > > 1.87 +7 -1 src/sys/kern/uipc_socket2.c > > > > Revision Changes Path > > 1.68.2.21 +1 -2 src/sys/kern/uipc_socket.c > > 1.55.2.14 +7 -1 src/sys/kern/uipc_socket2.c > > ...do versions 1.116 & 1.87 supersede 1.68.2.21 & 1.55.2.14? that's > what i would think. so, as the lines like last three are generated > (w/o any heading), is it /understood/ that they always refer to older > version(s)? The versions of the files that did change int his commit are the ones listed under the second 'Revision Changes ...' heading. These are not on the HEAD branch (they don't have two x.y numbers in their revision) so this has to be from an MFC commit. The commit log for this merge includes (by virtue of a copy/paste operation) the actual versions that had changed in HEAD when the commit was done in CURRENT. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020510232858.GC7656>