Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 1997 01:40:50 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        charnier@FreeBSD.ORG (Philippe Charnier)
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/quot quot.8
Message-ID:  <199709180840.BAA09636@GndRsh.aac.dev.com>
In-Reply-To: <199709180654.XAA02765@freefall.freebsd.org> from Philippe Charnier at "Sep 17, 97 11:54:38 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> charnier    1997/09/17 23:54:38 PDT
> 
>   Modified files:
>     usr.sbin/quot        quot.8 
>   Log:
>   environmental -> environment.
>   
>   Revision  Changes    Path
>   1.7       +3 -3      src/usr.sbin/quot/quot.8
> 

Could more people start to use tree commits so that these
come out as 1 commit message.

cd ~
rm -r src
cvs co -P src/contrib/nvi/docs/USD.doc/vi.man
cvs co -P src/bin/df
cvs co -P src/bin/ls
cvs co -P src/lib/libc/stdlib
cvs co -P src/lib/libc/stdtime
cvs co -P src/lib/libncurses
cvs co -P src/usr.sbin/lpr/lp
cvs co -P src/usr.sbin/quot

[apply patches to fix environmental -> environment]

cd src
cvs commit -m "environmental -> environment"
cd ..
rm -r src

[go on to your next batch of changes...]

Please save the number of emails we all have to deal with, and
the number of commits you have to do and the growth of CVSROOT/commitlogs
and and and and something else but I forget, oh, the sendmail load
on hub!

Also this is how you do a lock step change that effects multiple
parts of the tree, realize cvs will go through and lock all the
dirs your about to modify and won't unlock them until it is all
done with the commit.

For a really good example see my recent merge of the wavelan
driver into RELENG_2_2.


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation, Inc.                   Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709180840.BAA09636>