[TYPO3-dev] The neverending sf story
Dimitri Tarassenko
mitka at mitka.us
Mon Mar 13 06:32:03 CET 2006
On 3/12/06, Jeff Segars <jsegars at alumni.rice.edu> wrote:
> > By the way. Do you know if the WIKI history can (or is) also by
> > managed by SVN automatically?
>
> I'm pretty sure the WIKI history is just managed by the sqlite database.
I would really advise anyone trying out Trac to run it with postgres
as a repository instead, especially on large projects.
> However, Subversion does support autoversioning which allows for
> transparent versioning over WebDAV. I suppose something like this could
> be used to keep version information on the entire sqlite database.
Here's how wiki is stored:
vcommtrac=# \d wiki
Table "public.wiki"
Column | Type | Modifiers
----------+---------+-----------
name | text | not null
version | integer | not null
time | integer |
author | text |
ipnr | text |
text | text |
comment | text |
readonly | integer |
All Wiki changes go into the Timeline along with SVN commits,
milestones, bugs, etc. You can track/reverse the changes there.
However, exporting a latest snapshot of everything in wiki and running
SVN commit over it should not be a problem, I think - this could be
done both as creating bunch of files, one file per article, and by
tracking a pg_dump output.
I don't know how much experience you have with Trac so some of this
might be obvious to you. Hope this helps.
--
Dimitri Tarassenko
More information about the TYPO3-dev
mailing list