Question:
How do I restore the previous version of a twiki page.
--
TWikiGuest - 03 Jul 2001
Answer
There is an undocumented web-based feature to roll back to the previous version. Please study the
edit script and you will see.
If you want to restore a version older then the previous one you need to check out the previous version from the shell (i.e.
co -q -p1.2 TopicName.txt) and copy the text (excluding attachments and category table) into the edit form.
--
PeterThoeny - 07 Jul 2001
Thanks a lot