You can use the 'trac-admin` command line tool for this if you have access to the server:
trac-admin $tracpath wiki export TheWikiPage tempfile trac-admin $tracpath wiki remove TheWikiPage trac-admin $tracpath wiki import TheWikiPage tempfile Which exports the wiki page to a file, deletes it and re-imports it. You can do the same steps using the wiki browser interface using Copy&Paste if you have WIKI_DELETE, WIKI_EDIT and WIKI_CREATE permissions. See the message from Jason Huebel. best, Martin On Oct 28, 6:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I've got a Wiki page in Trac that included some authentication > information that I want to purge from the wiki completely. The only > version of the page I want viewable is the latest version, which has > had this authentication information removed. > > Is that possible? I don't see an option for this. If it is possible, > how do I go about it? > > Thanks! > Jason Huebel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
