On 2/18/06, solo turn <[EMAIL PROTECTED]> wrote: > hi, > > is there any possibility to have a personal trac instance on a laptop > and synchronize changes to a central trac instance?
Could you, yes of course. It depends on how much code you want to write ;) Trac does not do this on it's own. If you use PostgreSQL as a backend it may almost certainly make the sync process easier than using SQLite (IMHO) but either way you would have to write some code. If both instances are not being changed at the same time a few simple SQL statements could do the trick. HTH, Matt -- Matt T. Galvin mgalvin on irc.freenode.net http://www.simplifiedcomplexity.com/ GPG: 0x01403A57 _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
