Thus said Andy Bradford on Thu, 16 Jul 2015 20:56:57 -0600: > Maybe rather than doing a pull, you could deconstruct both > repositories, put the extracted artifacts into the same place, > fabricate a manifest that somehow merges the two timelines with files > from both trees?
So I did both actually. I took two projects, pulled one into the other, then deconstructed the new thing. I then created a manifest that had all the requisite cards to ``merge'' the two independent trunks into one, however, because I had a file name collision, I had to pick one of them. Because they have no common ancestor, I don't think a diff can be generated. Then I reconstructed into a new fossil and it ``worked'' to produce: http://fossil.bradfords.org:8080/timeline I'm not aware of any tools that do this though and there are some gotchas lurking (like the filename collision I mentioned). Andy -- TAI64 timestamp: 4000000055a880d3 _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

