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 have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list 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