merges, commit rights and other OSes
Christian Thalinger
Christian.Thalinger at Sun.COM
Mon Aug 24 10:22:48 PDT 2009
Andrew John Hughes wrote:
>> Btw. what do you think of using Mercurials rebase extension[1]? I think
>> it would be more straight forward as the base repository would be
>> exactly the same (no changesets in between) and the BSD changes on top
>> of it.
>>
>
> This seems to have worked ok in moving the OpenJDK6 HotSpot repository
> to a common base with the other HotSpot repositories, but I was under
> the impression that the BSD repo. was already based on JDK7? As Greg
> mentions, there are regular updates from JDK7 going into BSD.
It's true that it's based on JDK 7, but that doesn't mean we cannot use
rebase. The advantage of using rebase is that we would have the BSD
changes in a few (or one) changeset. The drawback might be that a
particular change in the BSD changeset always fails to merge on a rebase
(I had that once with GIT).
-- Christian
More information about the bsd-port-dev
mailing list