This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Moving C to its own directory (was Re: ObjC tree inlining)
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: David O'Brien <obrien at FreeBSD dot org>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 21 Nov 2001 09:05:00 +0000 (GMT)
- Subject: Re: Moving C to its own directory (was Re: ObjC tree inlining)
On Tue, 20 Nov 2001, David O'Brien wrote:
> #! /bin/sh
This doesn't look like it marks the old revisions in the copied file dead.
Shouldn't it (so they don't appear in dated checkouts)?
> tags=$(rlog -h $file | grep '^ ' | grep -v '^ old' |\
Is parsing rlog output to extract tags reliable (given that parsing it to
extract log messages and revision information definitely isn't)?
--
Joseph S. Myers
jsm28@cam.ac.uk