Re: svn diff on png files

2012-03-03 Thread Stefan Sperling
On Sat, Mar 03, 2012 at 11:07:11AM +0530, SravanKumar Sandela wrote: > Yes exactly, and i want to update MAGIC env variable from script. But to do > that i need to understand how and what to set it to. On UNIX-like systems (including cygwin, I beleive) you would use a line such as: export MAGIC

Re: svn diff on png files

2012-03-02 Thread SravanKumar Sandela
Yes exactly, and i want to update MAGIC env variable from script. But to do that i need to understand how and what to set it to. On Sat, Mar 3, 2012 at 10:38 AM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > On Mar 2, 2012, at 21:40, SravanKumar Sandela wrote: > > > This is important f

Re: svn diff on png files

2012-03-02 Thread Ryan Schmidt
On Mar 2, 2012, at 21:40, SravanKumar Sandela wrote: > This is important for us, because users around the world have not yet > completely shifted to 1.7, but once they shift or for new comers, we have to > fix the script to take care of this issue You should modify your script now so that it ca

Re: svn diff on png files

2012-03-02 Thread SravanKumar Sandela
Hi Philip, Stefan, Thanks for the info, the svn we are using is from cygwin tool, and we did not compile any svn exclusively, it has just been a download and install process. Can you point me more to MAGIC environment variable setting to an empty file?, like how to do it?. This is important for u

Re: svn diff on png files

2012-03-02 Thread Stefan Sperling
On Fri, Mar 02, 2012 at 09:47:12AM +, Philip Martin wrote: > SravanKumar Sandela writes: > > > 5. If this is buggy, has it been already fixed, if not then what does the > > > > > > ## -0,0 +1 ## > > +image/png > > > > mean? > > It's intentional, 1.7 shows property diffs as unified diffs: >

Re: svn diff on png files

2012-03-02 Thread Philip Martin
SravanKumar Sandela writes: > 5. If this is buggy, has it been already fixed, if not then what does the > > > ## -0,0 +1 ## > +image/png > > mean? It's intentional, 1.7 shows property diffs as unified diffs: http://subversion.apache.org/docs/release-notes/1.7.html#diff-properties -- Philip

svn diff on png files

2012-03-02 Thread SravanKumar Sandela
Hi, I am using svn 1.7.2 and on doing "svn diff --diff-cmd -diff abc.png" i see following output in footer Property changes on: abc.png ___ Added: svn:mime-type ## -0,0 +1 ## +image/png But on previous version of svn (atleast till