|
From: Hans-Bernhard B. <HBB...@t-...> - 2017-10-29 17:11:34
|
Am 29.10.2017 um 17:05 schrieb Eric S. Raymond:
> Hans-Bernhard Bröker <HBB...@t-...>:
>> Am 29.10.2017 um 13:45 schrieb Eric S. Raymond:
>>> Daniel J Sebald <dan...@ie...>:
>>>
>>> Does cvs2git get the tip content of 3.7.x right - that is, coincident with the
>>> 3.7.3 tarball?
>>
>> Please note that the tip of the 3.7.* branch is not coincident with the
>> 3.7.3 tag or tarball. Some further changes were made on the branch after
>> 3.7.3.
>
> I do not see any in gitspace. How would I retrieve or list them in CVS?
The pedestrian way would be to just check out a working copy on the
branch, and one of the last release tag from the same branch, and
compare those. In a generated reposurgeon Makefile setup:
make gnuplot-{Release_5_0_7,branch-5-0-stable}-checkout
diff -u gnuplot-{Release_5_0_7,branch-5-0-stable}-checkout/ChangeLog
Or one can look at a "cvs log ChangeLog" or the ChangeLog,v archive file
itself, and check if there are revisions 1.{N}.2.{M} with N the same as
that of the last release tag, and M bigger than that of the same tag.
>>>>> 1. Drop the 3.7.x branch. Replace it with a branch consisting of just
>>>>> the archived 3.7.[0123] trees in sequence (I now have them all).
>>
>> That would be slightly wrong because 3.7.0 is not on the branch. It's on
>> the trunk.
>
> OK. No one has told me where yet, though.
The GNUPLOT_RELEASE_3_7_0 tag is genuine.
|