Date: Sat, 14 Jul 2001 02:05:53 -0400 From: Garance A Drosihn <drosih@rpi.edu> To: Dima Dorfman <dima@unixfreak.org> Cc: Matt Dillon <dillon@earth.backplane.com>, Jordan Hubbard <jkh@osd.bsdi.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Another immediate MFC that isn't really necessary Message-ID: <p05101000b77590a29296@[128.113.24.47]> In-Reply-To: <20010714055050.24BEE3E2F@bazooka.unixfreak.org> References: <20010714055050.24BEE3E2F@bazooka.unixfreak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 10:50 PM -0700 7/13/01, Dima Dorfman wrote:
>Garance A Drosihn <drosih@rpi.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p05101000b77590a29296>
