Skipping binary files when "svn diff" old revisions with incorrect svn:mime-type properties
From: Steve Strobel <steve.strobel_at_link-comm.com>
Date: Thu, 18 Sep 2008 11:23:39 -0600
I am trying to generate a diff between two revisions with a command like
svn diff svn://192.168.25.29/trunk_at_2 svn://192.168.25.29/trunk_at_232
Unfortunately some of the files are binary but for some reason did
Cannot display: file marked as a binary type.
I hoped to accomplish this by retroactively setting the svn:mime-type
IF "%SVN_PROPNAME%" == "svn:mime-type" exit 0
I can now execute the propset command without getting an error message:
svn propset --revprop -r 6 svn:mime-type
but it doesn't seem to work. The diff still has the same problem and
svn proplist
I am guessing that I can't change the properties retroactively like
Thanks for any suggestions,
Steve
--- Steve Strobel Link Communications, Inc. 1035 Cerise Rd Billings, MT 59101-7378 (406) 245-5002 ext 102 (406) 245-4889 (fax) WWW: http://www.link-comm.com MailTo:steve.strobel_at_link-comm.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-09-18 19:24:13 CEST |
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.