On Jun 15, 3:46 pm, EduardWagner <[email protected]> wrote: > Hi, > have some problems using the migrate plugin. > documented at > githuphttp://github.com/tiddlyweb/tiddlyweb-plugins/tree/master/migrate
[snip] > any hints what's going wrong? You're not doing anything wrong. There was a bug that I've just fixed. Before saving the tiddler to the target we have to clear the revision field or otherwise the store gets confused about what filename it should be using when writing the data. The migration tool, intentionally, makes no effort to preserve revision ids, it just duplicates full histories to the new target, so if there is 1, 2, 3 in the source and 1, 2, 3 in the target, what's supposed to happen is you end up with 1, 2, 3, 4, 5, 6 in the target after migration. This wasn't happening in code from about 5 minutes ago, but is correct in newer code. Let me know if it is still being odd. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

