Which forest to clone?

Alan Bateman Alan.Bateman at Sun.COM
Sat Jan 16 13:27:03 PST 2010


Sebastian Sickelmann wrote:
> Hi,
>
> while reading: 
>  - http://openjdk.java.net/guide/index.html
>
> i found some repositories at:
>  - http://hg.openjdk.java.net
>
> at the NIO project-page:
>  - http://openjdk.java.net/projects/nio/
>
> there is a link to the source-repository:
>  - http://hg.openjdk.java.net/nio/nio
>
> but it is 6 weeks old. (subproject jdk)
>
> In the repository:
>  - http://hg.openjdk.java.net/jdk7/tl (subproject jdk)
>
> i found a new (7 days) NIO-changesets (changeset 2050 755dd6bdccca)
> i want to build on my changesets.
>
> should i now clone from forest:
>  - http://hg.openjdk.java.net/nio/nio
> or
>  - http://hg.openjdk.java.net/jdk7/tl
>
> to create changesets? 
>
> Kind regards
> Sebastian
>   
The nio/nio/jdk repository is where the development was originally 
hosted before it was integrated into jdk7. It's not used much now which 
is why it isn't sync'ed too often. The reason we keep it around is 
because it has a number of experimental changes that aren't in jdk7. 
I've just edited the page to hopefully make that a bit clearer.

It's probably best if you clone jdk7/tl - that's the forest where all 
fixes/changes to the core libraries are pushed. That's the reason why 
you see 755dd6bdccca in that repository. It will be pushed to the jdk7 
master at the next integration slot.

-Alan.



More information about the nio-dev mailing list