Open Office and subversion compatibility
Does anyone have any experience placing OpenOffice docu开发者_StackOverflow中文版ments under source control using Subversion? In particular, does Subversion merge documents correctly/efficiently etc.?
TortoiseSVN has diff and merge scripts for ODT and ODS, so they could potentially be merged. That depends on OpenOffice's capabilities in that regard, though.
Basically, those scripts call a helper program to do the comparison as all that SVN sees is a binary blob. The helper program in that case is simply a scripting interface to OpenOffice.
Just look in your TortoiseSVN\Diff-Scripts folder to find them. They are invoked automatically if yout try comparing or merging one of the supported files.
You have this project, an extension to openoffice that allows you to handle subversion stuff inside OpenOffice. Yet, it seems a little outdated :(
On the other hand, you have the odfsvn project that provides tools to handle OpenOffice document in subversion (but seems limited to Mac and Linux systems)
And last but not least, the tortoiseSVN scripts to retrieve OpenOffice diffs.
精彩评论