Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] New JGit project history

As the JGit project is moving to eclipse.org (but is retaining
its current BSD license) we have to start the project history all
over again.  The Eclipse Foundation won't permit the project to
host the older LGPL history before our switch to the BSD license,
so we have had to filter it out.

I have posted the new JGit history for the new eclipse.org based
repository to the existing repo.or.cz/jgit repository, in the
branch eclipse.org-post.

In theory, you can migrate a topic branch that is a still in progress
by rebasing with the proper split points:

  git rebase -m --onto origin/eclipse.org-post origin/eclipse.org-pre

A complication is the packages were renamed from 'org.spearce' to
'org.eclipse', which means the rename detection stuff is going to
have some fun trying to perform a merge here, and new source files
will need to be adjusted manually.

In the new history the shell script tools/graft-old-history.sh
can be used to create a graft point to pick up the old history,
for use by data mining history tools like log and blame.

Going forward, all pending contributions should be targeting the
new history, and the new package namespace.

-- 
Shawn.


Back to the top