I am wondering whether there is a method for versioning Word 2007/2010 files in subversion in the way that I can compare and blame?
I have discovered that the file could be saved as XML and then opened as normal docx file. However it is not beautified XML file, which makes it a little difficult to browse for diff and blame.
Question: What is the best approach for versioning MS Word documents in SVN?
What’s wrong with using the built in revisions tool, aka “Track Changes”?
It is part of word, you will just need to store the different versions in source control, the revision tracking should give you your “blame”.