ok, I see. But then why not using the logical number by default, that
sounds simpler to parse and to work with.
> > certain logic tag out of the tree. This logic tag will be the
> > "changeset" number for us, but one that is also persistent and no only
> > unique
>
> (Logical tag 1.XXXX)
>
> is in each file's checkin comments and the 1.XXXX is the ChangeSet file's
> rev for that changeset.
>
> > I also wonder if it wouldn't be better if Larry would simply tag the CVS
> > with the logic tag number since the first place, rather than writing it
>
> That means that *all* files get tags. There would be 8300 x 15,000 files
> times sizeof(tag). That's too big.
you're writing this tag in the textual log anyways, wouldn't it only
move the too big space from one place to another? I'm saying this
because cvs just provides a means of diffing a tag against another, and
so it looks more efficient (especially in term of saving bandwidth from
your part) to use the cvs feature, rather than doing it by hand with
multiple transfers.
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/