[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn diff on png files

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 3 Mar 2012 11:49:21 +0100

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=/dev/null

or:

  export MAGIC=/this/does/not/exist

To be clear, this only changes the mime-type shown in the output
from "image/png" to "application/octet-stream". It will not cause
the property change to be displayed like it was displayed in 1.6.
Received on 2012-03-03 11:50:04 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.