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

Re: [PATCH] "svnlook diff" option to filter files

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2005-11-18 04:33:27 CET

On 11/17/05, Pete Gonzalez <pgonzalez@bluel.com> wrote:

> I created this option because our Subversion log e-mails were becoming
> cluttered by a lot of verbose diffs for text files that are normally edited
> using automated tools. For example, in C# a .resx file might contain
> thousands of lines of BASE64-encoded image data.
>

On the one hand, it's cool that you have the freedom to change the
code like this. :-)

On the other hand, there are much, much simpler ways to accomplish
this. Just attach an svn:mime-type property to all your .resx files
which is something non-texty (i.e. not text/*). The diff engine will
automatically skip over any file that the client thinks isn't text.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 18 04:34:30 2005

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

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