Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12240, comment 7


Ignore:
Timestamp:
Dec 10, 2015, 1:22:11 AM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12240, comment 7

    initial v1  
    1 My grep/sed/awk/perl skills weren't up to par for accomplishing this on the command  line, so I wrote a brute-force [attachment:comment_title_macro.py Python script]. My plane is to:
     1My grep/sed/awk/perl skills weren't up to par for accomplishing this on the command  line, so I wrote a brute-force [attachment:comment_title_macro.py Python script]. My plan is to:
    22* Export: `trac-admin $env wiki dump wiki-dump`
    33* Version control: `git init wiki-dump; cd wiki-dump; git add *; git commit -am "Dumped pages."; cd ..`.