On Thu, 6 Jul 2017 06:42:24 -0700 (PDT) Josef <[email protected]> wrote:
> Just my 2 cents worth: > > you can't merge sqlite databases easily - git does not know how to do > that. However, most of the time merging XML files will just do the > right thing, and if not, you can look at the human readable diff to > figure out what went wrong. Ouch, that is a good point. It might be worth seeing how quickly repo. size grows for commits of a slightly changing XML outline and the equivalent SQLite outline. It's unclear to me how much git diffs binary files. And also of course it can't automatically merge them, which is possible with XML. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
