Opened 16 years ago
Closed 15 years ago
#7901 closed defect (fixed)
Allow dumping of a group of wiki pages
Reported by: | Owned by: | Remy Blank | |
---|---|---|---|
Priority: | normal | Milestone: | 0.12 |
Component: | wiki system | Version: | 0.11.2.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Using trac-admin, you can dump all or one of the wiki pages. The patch to follow allows you to specificy a group of wiki pages to dump, by using the wiki page names. To dump all the wiki pages with a name starting with "Trac" you use:
trac-admin /path/to/env wiki dump Trac /dump/directory
I suppose it could actually use regular expressions to offer a bit more flexibility.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | trac-export-wiki.patch added |
---|
comment:1 by , 16 years ago
Milestone: | → 0.12 |
---|
I'll look into this. However, the trac-admin
infrastructure has been reworked in trunk, so I'd rather implement this there.
comment:2 by , 16 years ago
Owner: | set to |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Implemented in [8634]. I didn't go all the way to using regexes, but an arbitrary number of page names can be specified after the directory in trac-admin $ENV wiki dump
, and a name ending with a *
means that all pages with that prefix should be dumped.
dump a group of wiki files