git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* New JGit project history
@ 2009-09-30  0:28 Shawn O. Pearce
  0 siblings, 0 replies; only message in thread
From: Shawn O. Pearce @ 2009-09-30  0:28 UTC (permalink / raw)
  To: egit-dev, git

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-30  0:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30  0:28 New JGit project history Shawn O. Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).