Rob Hirschfeld (rob_hirschf...@dell.com) wrote: > You are correct. I have updated my import process to preserve history.
Fantastic, thanks Rob :) > While repo histories are preserved (the merged repo has >7 barclamps > history!), we may not be able to map directly back per file if/as > they are moved into new locations. That should definitely still be possible; there's git subtree to help merging multiple repos together, and git's rename detection tracks files moving around as the tree gets restructured, e.g. see --follow and -M in the git-log(1) man page. For example https://github.com/aspiers/barclamp-pacemaker/network combines work from three different repositories (one barclamp repo and two cookbook repos) into a single new one. _______________________________________________ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/