[Moin-user] Problem migrating 1.5.8 to 1.6.3

Thomas Waldmann tw-public at gmx.de
Tue May 13 20:18:12 EDT 2008


>     self.editlog.copy(opj(self.ddata, 'edit-log'), self.renames)
>   File "c:\Program Files\Moin\Lib\site-packages\MoinMoin\script\migration\_conv1
> 60.py", line 194, in copy
>     self.read()
>   File "c:\Program Files\Moin\Lib\site-packages\MoinMoin\script\migration\_conv1
> 60.py", line 141, in read
>     timestamp = int(timestamp)
> ValueError: invalid literal for int() with base 10: 'moin-1.5.8/'

That looks like data/edit-log contains 'moin-1.5.8/' at a place where it
should rather have a timestamp (integer).

Maybe just fix that manually with some sane editor and try to run the
migration again.






More information about the Moin-user mailing list