Mercurial repo for openjdk6 drops
Mark Wielaard
mark at klomp.org
Sun Sep 14 01:52:27 PDT 2008
Hi,
To make it easier to examine the various changes that go into openjdk6 I
imported all tar balls into a mercurial repo that you can hg clone and
hg diff as much as you like.
hg clone http://icedtea.classpath.org/hg/openjdk6
(It is approx. 175 MB or 500MB for a fully exploded bxx.)
The import was basically done by going over each tar ball and date for a
bxx drop from b05 (2008-02-12) till b12 (2008-08-28) and do:
$ rm -rf *
$ tar zxf ../openjdk-6-src-b[XX]*.gz
$ hg addremove -s 95
$ hg commit -m "Import b[XX]" -d [date]
$ hg tag -d [date] b[XX]
I'll keep it up to date with any future openjdk6 drops.
Cheers,
Mark
More information about the jdk6-dev
mailing list