Question
I need to copy/clone a web within a TWiki install to another within the same TWikin installation. How is this done?
Thank You
steve
Environment
--
SteveSoskin - 18 Jul 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Simply do this:
% cd /path/to/twiki
% cp -pr data/Existingweb data/Newweb
% cp -pr pub/Existingweb pub/Newweb
Make sure the file permissions and timestamps are set properly.
--
PeterThoeny - 18 Jul 2007