Ian Bicking wrote: > On Sun, 2002-04-14 at 14:49, Geoffrey Talvola wrote: > > I'd like the ability to store versions in a source-control > system like CVS or > > Perforce. So there ought to be some abstraction layer > around the actual > > storage of versions, perhaps with a simple filesystem-based > storage provided > > by default, but which makes it easy to plug in CVS, > Perforce, or whatever. > > What kind of integration would you expect? Simply storage? > Things like > change merging seem difficult, particularly in terms of interface.
I just meant using CVS or Perforce for the storage. I think you mentioned that you were using MySQL for the metadata. It would be nice if you could "checkpoint" the metadata to a text file and check that into CVS/Perforce at regular intervals. That way if your Wiki database crashes, you can go into CVS/Perforce and restore the metadata. If I remember correctly, MySQL makes it really easy to dump the database to a text file using mysqldump, so this probably wouldn't even require any work in the Wiki code itself. It could just be a cron job. - Geoff _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
