From owner-cvs-all Fri Jul 13 23: 6:10 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 8D38C37B403; Fri, 13 Jul 2001 23:06:04 -0700 (PDT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id f6E660x133988; Sat, 14 Jul 2001 02:06:00 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20010714055050.24BEE3E2F@bazooka.unixfreak.org> References: <20010714055050.24BEE3E2F@bazooka.unixfreak.org> Date: Sat, 14 Jul 2001 02:05:53 -0400 To: Dima Dorfman From: Garance A Drosihn Subject: Re: Another immediate MFC that isn't really necessary Cc: Matt Dillon , Jordan Hubbard , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" 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 At 10:50 PM -0700 7/13/01, Dima Dorfman wrote: >Garance A Drosihn writes: > > 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? I mean, the tactic of blowing away the entire source tree would be less fun if you're doing it for all of /usr/src instead of something small like lpr... > 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). Alternate: find . -type d -name CVS -exec cp ~/mytemplate {}/Template \; I assume that wouldn't do anything disastrous, but I can't claim to be a CVS expert. (ie, I don't know if there are other files which also have to change at the same time as all the Templates). -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message