I just created my first trac project, but I don't want the sample data, how can I disable that.

I read the documentation and there is the wiki remove command. do I have to use this for all pages? Are there easy way to disable the sample wiki?

link|improve this question

While your question is reasonable, please note, that these pages are not strictly sample pages. PageTemplates, TracIni and InterTrac come to mind. Wiki pages even form a part of the Trac configuration, i.e. InterMapTxt - ..the place for defining InterWiki prefixes. – hasienda Sep 20 '11 at 22:09
feedback

2 Answers

up vote 2 down vote accepted

Modification of the behavior of trac-admin <path_to_env> initenv seems not even worth the hassle, because you only need to type

trac-admin <path_to_env> wiki remove '*'

into a system terminal to get rid of all default Trac wiki pages. You'll see a list of all deleted page names for confirmation. But you always make a db copy before messing with the db anyway, don't you?

link|improve this answer
feedback

Sorry but there is no easy way to diable the sample wiki in trac. I'm pretty sure this can be done with a custom script, though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.