Announcement: Skara update to support CVS and SourceForge

John Rose john.r.rose at oracle.com
Thu Apr 1 09:23:05 UTC 2021


On Apr 1, 2021, at 1:55 AM, Remi Forax <forax at univ-mlv.fr> wrote:
> 
> Hi Magnus,
> at last !
> We can now say that the OpenJDK is pulling forward.
> 
> Is there a SCCS addon somewhere, because it will be hard for me to migrate otherwise ?
> 
> Rémi

No, Remi, there is no SCCS view, because RCS is superior.

RCS uses backward deltas, as any reasonable versioning
scheme must, because deriving the current version of
a file must be faster than deriving a historic version.
SCCS is wrong-headedly out of step with history,
because it uses forward deltas, and thus requires
the CPU-wasting recapitulation of the entire history
of a file in order to materialize its most recent version.

Thus, SCCS is almost as dumb as a loser-system which
which would store bit-images of *every* version of a file,
and then (magically, as if it were possible) would retrieve
those bit images on demand by some sort of magic
name.  Hah, as if one could build some sort of
interplanetary file system (they’d call it “IPFS”,
the losers) that just shared files by *wishing*
for them!

— John

P.S.  I once wrote an SCCS ingester in Java,
when HotSpot was stored in SCCS.  I lost it.
True facts, those.


More information about the jdk-dev mailing list