I set up the svn repository for excel file,
So, I checked and created myworking directory. Then I changed the excel file and I wanted to see the svn diff changes
which says the file is marked with a binary event, although I changed
Subversion client configuration file and
[miscellany] enable-auto-props = yes
and also I 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 do not know what else to do to see the svn diff changes, as it can be seen in text format files
svn binaryfiles
shaq 03 Oct '13 at 12:32 2013-10-03 12:32
source share