How can I compare Core Data models?

Posted by Don on Stack Overflow See other posts from Stack Overflow or by Don
Published on 2010-04-02T21:52:36Z Indexed on 2010/04/02 21:53 UTC
Read the original article Hit count: 271

Filed under:
|

I noticed while doing system testing that a feature of our app had been removed. It looks like at some point, an older version of a file was checked into SVN that was missing a property. This specific file was generated from the Core Data model, and sure enough, the latest version of the model in SVN is missing the same attribute. I need to find out if any other attributes are missing, or if anything else in the model changed. However, the elements file in the .xcodedatamodel folder appears to binary and I can't compare the revisions.

Is there a way to find the differences between two Core Data models in SVN? Barring that, what would be the best way to accomplish this task?

© Stack Overflow or respective owner

Related posts about core-data

Related posts about svn