Exclude file types from SVN diffs?

2017-11-06 Thread Chris
Hi, what's the best way to filter out a certain type of file from svn diff output without having to use external tools such as filterdiff? The project I'm working with insists on storing a lot of data files in ascii format in the repo, but users don't want to see diffs for these files. I was th

Re: Exclude file types from SVN diffs?

2017-11-06 Thread Branko Čibej
On 06.11.2017 10:59, Chris wrote: > Hi, > > what's the best way to filter out a certain type of file from svn diff output > without having to use external tools such as filterdiff? > > The project I'm working with insists on storing a lot of data files in ascii > format in the repo, but users don

Re: Exclude file types from SVN diffs?

2017-11-06 Thread Chris
Hi Brane, thanks for the reply. I'm ok with seeing the diff header as long as I don't have to see the content. I'll just change the mime-type of these files. /Chris On Mon, 11/6/17, Branko Čibej wrote: Subject: Re: Exclude file