On Tue, Mar 11, 2014 at 7:24 PM, Stephan Beal <sgb...@googlemail.com> wrote:

> Not directly. What you could do is script a checkout/commit series which
> incrementally checks out each version of your repo and commits it to a
> different repo with the --delta option (needed on the first checkin only)
> and override the timestamp... and user name... oh, that quickly devolves
> into a can of worms. It'd be tedious, but the automation could be made to
> be repo-agonostic.
>

Or... you could export the repo to git format and re-import it into fossil,
telling fossil that it can use deltas. Don't know if the import option
supports that, but it shouldn't be hard to add if it doesn't.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to