Date: Sat, 8 Mar 1997 23:01:58 -0800 (PST) From: Mike Pritchard <mpp> To: yokota@zodiac.mech.utsunomiya-u.ac.jp (Kazutaka YOKOTA) Cc: joerg@freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: cvs commit: src/sys/i386/isa kbdio.c Message-ID: <199703090701.XAA02900@freefall.freebsd.org> In-Reply-To: <199703090657.PAA15974@zodiac.mech.utsunomiya-u.ac.jp> from "Kazutaka YOKOTA" at Mar 9, 97 03:57:37 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Kazutaka YOKOTA wrote: > > > >yokota 97/03/08 22:32:32 > > > > Modified: sys/i386/conf files.i386 > > sys/i386/isa kbdio.c kbdio.h psm.c syscons.c syscons.h > > Log: > > YAMFC - at last, kbdio with keyboard/mouse data queues is brought > > to 2.2. > > > > Revision Changes Path > > 1.141.2.8 +2 -1 src/sys/i386/conf/files.i386 > > Ugh, Why is "Branch sys/i386/... RELENG_2_2" line absent? Again ;-( > > I did: > > cvs checkout -rRELENG_2_2 src/sys/i386... > cd src/sys/i386... > <edit files> > cvs commit You need to chckout the entire "sys" module. Checking out just a part of a module causes the Branch line to not be reported in the log message. E.g. you need to do: cvs co -rRELENG_2_2 sys cd src/sys/i386 <edit...> cvs ci -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703090701.XAA02900>