tech-pkg archive

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

Re: git copies of cvs modules available



On Tue 03 Nov 2009 at 21:06:09 +0100, Rhialto wrote:
> A fresh clone shows the same problem... somehow the branching got a bit
> confused there. The Makefile which is present is from the UCSF branch.

I have now done a full diff between a fresh cvs checkout and a fresh git
checkout, ignoring lines with $NetBSD.*$ and with $Header.*$.

Summary of differing files:
It seems that the timestamps on the cvs versions are the time of the
checkin, or close enough, while the git timestamps are those of the
checkout (i.e. very recent).

In most cases that I've checked, the incorrect file seems to be the
next-to-most-recent version instead of the most recend version.

--- src/dist/ipf/FWTK/ftp-gw.diff       2009-11-03 20:39:15.284494338 +0100
+++ cvs/src/dist/ipf/FWTK/ftp-gw.diff   1999-12-11 23:24:01.000000000 +0100

    strange Header: vs. $Header: difference; maybe the importer trying
    to fix things up.

--- src/games/hunt/Makefile     2009-11-03 20:39:25.630951651 +0100
+++ cvs/src/games/hunt/Makefile 1997-10-04 11:11:14.000000000 +0200

    file seems to be from wrong branch

--- src/gnu/usr.bin/rcs/ci/ci.c 2009-11-03 20:39:45.797894118 +0100
+++ cvs/src/gnu/usr.bin/rcs/ci/ci.c     1996-10-15 08:59:54.000000000 +0200

    this and other files in this directory use $Log$ tags, which expand
    the commit log message into the file, and those are (understandibly)
    missing the latest entry.

--- src/sys/dev/ata/ata.c       2009-11-03 20:39:59.688166156 +0100
+++ cvs/src/sys/dev/ata/ata.c   2009-10-19 20:41:12.000000000 +0200

    a bunch of other files in this directory seem to be the
    next-to-latest version too:
    ata_wdc.c atareg.h atavar.h satafis_subr.c wd.c wdvar.h 

    .../cardbus/siisata_cardbus.c .../ic/ahcisata_core.c
    .../ic/ahcisatareg.h .../ic/ahcisatavar.h .../ic/esiop.c

    src/tests/fs/ffs/t_renamerace.c

--- src/usr.sbin/Makefile       2009-11-03 20:40:03.043989588 +0100
+++ cvs/src/usr.sbin/Makefile   2009-10-11 10:57:54.000000000 +0200

--- src/usr.sbin/pppd/pppd/tdb.h        2009-11-03 20:40:03.305975867 +0100
+++ cvs/src/usr.sbin/pppd/pppd/tdb.h    2000-09-24 00:14:55.000000000 +0200

    The time of the latest version of some of these files seems to
    be about 2 weeks ago, perhaps around the time that the git
    repository was made? But it isn't true for all files, some haven't
    been changed in years.

These are all the files that appear different.

There is also a whole bunch of files that are in git but not cvs; those
look like they came back from the Attic.

A full list can be seen at http://www.falu.nl/~rhialto/diffs2 .

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert    -- You author it, and I'll reader it.
\X/ rhialto/at/xs4all.nl      -- Cetero censeo "authored" delendum esse.


Home | Main Index | Thread Index | Old Index