Exclude file types from SVN diffs?
From: Chris <devnullaccount_at_yahoo.se>
Date: Mon, 6 Nov 2017 09:59:49 +0000 (UTC)
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.
Another option would be if there's some way to add exclude-patterns to svn diff, e.g. something like "svn diff --exclude-filepatterns '*.ascii'". Is anything similar to that available?
BR,
|
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.