"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > I have some info in TurboGears database that I may want history/ > version info for. > > What is easiest way to save version/history info? > > I suppose I could dump all database info to a file and use subversion > unless there is a more clever way.
Use triggers on your database to save your data to some auxiliary table(s). -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

