Re: Issues with RBTools and Subversion

2012-08-16 Thread Shaoyan Huang
The problem I meet is similar to Charlie's. After svn add a binary file. svn 1.7.x may output diff like: Index: button_checkdown.png === Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index:

Re: Issues with RBTools and Subversion

2011-12-15 Thread Charlie Hsu
svn 1.7's diff returns some extra entries for added binary files (the prop-add). We've been getting around this by parsing the diff, keeping track of any files marked as a binary type, and deleting any subsequent Index: FILE entries where FILE is one of those binary files. So for example,

Issues with RBTools and Subversion

2011-11-18 Thread Jeff Ward
Hey All, I'm having some problems with Subversion 1.7 and RBTools. It looks like Subversion 1.7 (at least SilkSvn) broke using Windows GNU Diff, using --diff-cmd as all attempts to get the diff error out with: === svn: E200012: