Date: Fri, 13 Jul 2001 22:50:50 -0700 From: Dima Dorfman <dima@unixfreak.org> To: Garance A Drosihn <drosih@rpi.edu> 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: <20010714055050.24BEE3E2F@bazooka.unixfreak.org> In-Reply-To: <p05101016b7752fd9e2d5@[128.113.24.47]>; from drosih@rpi.edu on "Fri, 13 Jul 2001 19:14:49 -0400"
next in thread | previous in thread | raw e-mail | index | archive | help
Garance A Drosihn <drosih@rpi.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010714055050.24BEE3E2F>
