Chasing changing repository locations

David Holmes david.holmes at oracle.com
Fri Nov 10 12:08:20 UTC 2017


Hi Adrian,

You need to make sure you're subscribed to the project email lists - it 
was jdk10-dev and now just jdk-dev at openjdk.java.net. Then you would have 
seen about all the changes to the repos. Check the archives for discussion:

http://mail.openjdk.java.net/pipermail/jdk-dev/2017-November/000087.html

In theory they should never need to change again. ;-)

Cheers,
David

On 10/11/2017 6:20 PM, John Paul Adrian Glaubitz wrote:
> Hello!
> 
> I just noticed that the main development repository for OpenJDK has moved
> again from [1] to [2]. Can someone explain me what happened and why the
> repository was moved?
> 
> I was a bit confused because I submitted a changeset, it got accepted and
> merged but my change didn't show up the old repository [1]. Then I searched
> around and found out it ended up in [2].
> 
> This is mildly annoying since I will now have to check out the repository
> again which takes quite some time on some of the development machines I use
> (not all of them are mine and some have a slower internet connection than
>   others) and there is also the risk that I miss important changes and my
> changes conflict with changes already submitted in the moved repository.
> 
> Is there a system behind the repositories moving around? And is there a way
> to track this easily, e.g. does Mercurial have any commands that are particularly
> useful in these situations? Is there maybe a way to add the new repository as
> a new remote in Mercurial similar to what can be done in git with "git remote"
> and then just fetch the changes from the new repository?
> 
> Sorry if my questions seem a bit stupid, I'm just trying to understand the
> workflow behind the current systems :-).
> 
> Thanks,
> Adrian
> 
>> [1] http://hg.openjdk.java.net/jdk10/hs/
>> [2] http://hg.openjdk.java.net/jdk/hs/
> 


More information about the hotspot-dev mailing list