How can I sanely approach version control and Core Data models?

后端 未结 3 1876
悲&欢浪女
悲&欢浪女 2021-02-15 15:36

When we put Core Data model files under version control with git, we always have a horrible time merging changes - the only sure fire way we\'ve found to avoid having to merge i

3条回答
  •  野的像风
    2021-02-15 16:13

    As soon as you start maintaining migration mapping models, at least you can compare data models and have a look at the changes. The same compare functionality would also be great within SCM revisions of data models and would make life a lot easier.

提交回复
热议问题