> tried it with text storage types and used the following config
>         'twanager_plugins': ['migrate'],
> # this is the store to which we are migrating things
>         'server_store': ['text', {'store_root': '/proj/tiddlyweb/tw/
> store'}],
>         'target_store': ['text', {'store_root': '/proj/tiddlyweb/t2/
> store'}],
> the logging says that all revisions of the source store are copied,
> but the revision-id at target store is always 1

Are you sure you are using the updated version of the plugin. I've
attempted to duplicated what you are doing in my own setup and not
having issues:

config = {
    'twanager_plugins': ['migrate'],
    'server_store': ['text', {'store_root': '/tmp/proj/tiddlyweb/tw/
store'}],
    'target_store': ['text', {'store_root': '/tmp/proj/tiddlyweb/tw2/
store'}],
}

matter:tiddlyweb cdent$ ls tw2/store/bags/system/tiddlers/
ServerSideSavingPlugin/
1       2       3       4       5

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to