2

I am unable to compare the local ods file with the remote ods file in SVN. Is their any way to do this?

Stefan Steinegger
  • 63,782
  • 15
  • 129
  • 193
user1787641
  • 331
  • 2
  • 8
  • 25

1 Answers1

3

Subversion cannot natively diff binary files. Open Office has a compare documents feature; if you can script into that, you can tell Subversion to use that as your diff-cmd TortoiseSVN ships with a set of scripts that do this for both MS Word and Open Office files, so if you're on Windows there's not much left to do.

Otherwise, have a look here and here

alroc
  • 27,574
  • 6
  • 51
  • 97
  • The last link should be https://stmllr.net/blog/creating-a-diff-of-openoffice-odt-documents-on-the-command-line/ (and I can't edit, I get a "queue is full" error for an hour) – David Faure Jun 07 '22 at 21:39