Carl Baldwin wrote: > This is fine, I just needed to know. > > How hard is it to, in a generic way, take a grafts file and reconstruct > commits to include the parents in the graft file in the actual tree? I > am wondering because I couldn't, after much work, get git-svnimport to > find my merges correctly. So, I am needing to hand-graft some merges in > to make things right. Any suggestions? I could try to figure something > out if I can find some time. I'm good with graph traversals and such. It's actually pretty easy. I wrote a rough (and not quite safe) tool to do this a week or so ago. http://marc.theaimsgroup.com/?l=git&m=113131673606637&w=2 I will try and clean it up a bit and submit it for inclusion in contrib/ sometime this coming weekend, but you should be able to use it to solve this problem. It's pretty straightforward, honestly. (And I'm pretty sure it could be faster if I did things slightly differently.) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2.1.8 : 2005-11-17 11:58:42 EST