[Top][All Lists]
[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 15:15:51 +0200 |
User-agent: |
Mutt/1.2.5i |
On Thu, Oct 19, 2000 at 03:15:17PM +0200, Akim Demaille wrote:
:
: | 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
I haven't actually checked that CVSEDITOR=cat will handle this, so using
-m "`cat commitmessage`" might be preferable...
: | rev=`expr $rev + 1`
: | done
: | rm commitmessage
:
: Fine with me. Alexandre?
Lars J
- Re: Changing the name of libm4, (continued)
- Re: Changing the name of libm4, Lars J. Aas, 2000/10/17
- Re: Changing the name of libm4, Alexandre Oliva, 2000/10/17
- Re: Changing the name of libm4, Akim Demaille, 2000/10/17
- Re: Changing the name of libm4, Lars J. Aas, 2000/10/17
- Re: Changing the name of libm4, Lars J. Aas, 2000/10/17
- Re: Changing the name of libm4, Lars J. Aas, 2000/10/18
- Re: Changing the name of libm4, Akim Demaille, 2000/10/18
- Re: Changing the name of libm4, Alexandre Oliva, 2000/10/18
- Re: Changing the name of libm4, Lars J. Aas, 2000/10/19
- Re: Changing the name of libm4, Akim Demaille, 2000/10/19
- Re: Changing the name of libm4,
Lars J. Aas <=
- Re: Changing the name of libm4, Alexandre Oliva, 2000/10/19
- Re: Changing the name of libm4, Akim Demaille, 2000/10/20
- Re: Changing the name of libm4, Raja R Harinath, 2000/10/17
- Re: Changing the name of libm4, Akim Demaille, 2000/10/17