Thus said =?UTF-8?B?Wm9sdMOhbiBLw7Njc2k=?= on Fri, 17 Jul 2015 09:27:48 +1000:
> My question is, is it possible to move artefacts from one Fossil > database to an other? This is all hypothetical... It's certainly not in the realm of impossibility. But Fossil wasn't really designed to do such a thing. You could change the project-code in one clone to that of another and do a pull. That would bring in a lot of artifacts, but they would have no common heritage. So the problem is, how do you connect the trees so you don't just end up with 1 repository with 2 separate trees of development? 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? In other words, I'm not aware of an easy way to do this. :-) Maybe someone else? Andy -- TAI64 timestamp: 4000000055a86f1d _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

