How can I checkout the OpenJDK from the mercurial repository?

懵懂的女人 提交于 2019-12-10 16:08:14

问题


How can I checkout the the sources of the OpenJDK? I want see if some bug fixes work. The last download is very old. I use the the mercurial URL http://hg.openjdk.java.net/jdk6/jdk6. But I see only a revision of 58 and some make files in the repository. It does not look like the sources of the OpenJDK.

Is this the wrong repository URL? It is list on the project home page at http://openjdk.java.net/projects/jdk6/.

I have never work with mercurial before. What am I doingg wrong?


回答1:


Try http://hg.openjdk.java.net/jdk6/jdk6/jdk/

The URL you had is for the top-level folder that encompases a number of jdk-related repositories. (For a list of all of the repos, see http://hg.openjdk.java.net/ )



来源:https://stackoverflow.com/questions/4121922/how-can-i-checkout-the-openjdk-from-the-mercurial-repository

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!