On 2/7/06, Michael Goettsche <[EMAIL PROTECTED]> wrote: > > `trac-admin /path/to/projenv wiki` is your friend > > > > Thanks, but you could please explain a little further? I don't see a > mass-rename action or something similar in wiki $command. Did I miss > something?
I was thinking about doing something along the lines of: 1. wiki dump [somedir] 2. rename the files in [somedir] using your OS filesystem commands 3. wiki load [somedir] At least on a Windows system I have just confirmed that renaming files from TracSomething to Trac%2FSomething will import as SubWiki pages like Trac/Something. Finally you can get rid of the old TracSomething pages with: `wiki list > wikilist.txt` - then doing some cut and paste to create a script with `wiki remove TracSomething` lines or something a bit more fancy that slurps the lines directly from the wikilist.txt file. /JornH _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
