autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing the name of libm4


From: Lars J. Aas
Subject: Re: Changing the name of libm4
Date: Thu, 19 Oct 2000 12:46:44 +0200
User-agent: Mutt/1.2.5i

On Wed, Oct 18, 2000 at 04:13:07PM -0200, Alexandre Oliva wrote:
: On Oct 18, 2000, Akim Demaille <address@hidden> wrote:
: 
: > Ask the subversion team to do some magic, or cvs rm && cvs add?
: 
: The latter.  The commit message of both files should mention the
: renaming.

Could also do this, to get the history preserved (except for dates and
commit-authors):

rev=1
while test $rev -lt 27; do
  cvs update -r1.$rev libm4.m4
  cp libm4.m4 m4sugar.m4
  test $rev -eq 1 && cvs add m4sugar.m4
  cvs log -r1.$rev libm4.m4 | sed '1,/^date: / d;$ d' > commitmessage
  CVSEDITOR=cat cvs commit m4sugar.m4 < commitmessage
  rev=`expr $rev + 1`
done
rm commitmessage
   
  Lars J



reply via email to

[Prev in Thread] Current Thread [Next in Thread]