Migrating merge based project from legacy git tree
Chris
bsd-lists at BSDforge.com
Wed Jun 10 16:22:46 UTC 2020
On Wed, 10 Jun 2020 12:10:16 -0400 Ed Maste emaste at freebsd.org said
> Downstream FreeBSD projects will often use a merge based approach for
> staying up-to-date with new FreeBSD changes. That is, local work is
> committed to their fork, and FreeBSD updates arrive via something like
> "git merge upstream/master". These continue, resulting in a history of
> mixed local work and upstream merges.
>
> With FreeBSD's transition to a Git repository the Git hashes will
> change from the current GitHub mirror, in order to correct some issues
> with the existing svn2git conversion that would otherwise cause grief
> (in particular, related to contrib/ code management/updates). One of
> the deliverables from the Git Working Group is a documented process
> for migrating a downstream fork from "old" to "new" hashes.
>
> Gleb has documented that process at
> https://github.com/freebsd/git_conv/wiki/Migrating-merge-based-project-from-legacy-git-tree.
The link above has a period on the end, which sends the user to the wiki index.
Here's the link without that period :-)
https://github.com/freebsd/git_conv/wiki/Migrating-merge-based-project-from-legacy-git-tree
Thanks! :-)
> I would appreciate it if merged-based downstream FreeBSD consumers can
> give this a try, and provide feedback. Note that the hashes in the
> beta repository will change at least once before it is finalized, so
> try this on an experimental basis for now.
>
> This document will move to a permanent home later in the transition process.
--Chris
More information about the freebsd-git
mailing list