Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

svn diff for binary file(excel file)

I have configured svn repository for an excel file,

So I checked out and create myworkingdirectory Then I changed the excel file and I wanted to see the changes by svn diff

which It says that file marked binary eventhough I have changed

Subversion client configuration file and

[miscellany]
enable-auto-props = yes

and also I have added this line

*.xlsx = svn:mime-type=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

When I use

svn proplist --verbose /path to /myworkingdirectory/file.xlsx

it lists the mime-type and its value

I dont know what else to do to see the changes by svn diff like its possible to see in text format files

like image 603
shaq Avatar asked Oct 03 '13 12:10

shaq


1 Answers

There are plugins for TortoiseSVN that let you diff Office documents:

http://freemind.s57.xrea.com/xdocdiff/e/index.html

like image 150
randy-wandisco Avatar answered Oct 04 '22 07:10

randy-wandisco