From owner-cvs-all Fri Jul 13 22:50:59 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 5486837B405; Fri, 13 Jul 2001 22:50:51 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 24BEE3E2F; Fri, 13 Jul 2001 22:50:50 -0700 (PDT) To: Garance A Drosihn Cc: Matt Dillon , Jordan Hubbard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Another immediate MFC that isn't really necessary In-Reply-To: ; from drosih@rpi.edu on "Fri, 13 Jul 2001 19:14:49 -0400" Date: Fri, 13 Jul 2001 22:50:50 -0700 From: Dima Dorfman Message-Id: <20010714055050.24BEE3E2F@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Garance A Drosihn writes: > At 3:14 PM -0700 7/13/01, Matt Dillon wrote: > >: > >:I don't think so, and it really should be in the committer's guide. > >:That's a strong hint to the folks who implemented it. :) > >: > >:- Jordan > > > > It's in CVSROOT/rcstemplate, but for the life of me I can't figure > > out how to get the cvs commit I do on my local machine to use > > the rcstemplate sitting on freefall when it brings up the editor > > session. Anybody know? > > I think the answer to your specific question is "You Can't". > > In my case I blew away my old source tree, and checked it out > again. This got "MFC after:" showing up in my editor session > when doing a local commit. What it seems to have done is to > change the file > CVS/Template > in *each* of my local source directories to include that > "MFC after:" line. Of course, in my case my "old source tree" > is just the lpr directories, so that was simple to do. It would > be less fun to do it for the entire /usr/src tree. Hmm? find . -name Template -exec cp ~/mytemplate {} \; This obviously doesn't work if there's a file named 'Template' that isn't supposed to be a CVS template (well, it will overwrite the file). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message