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

Request for feature svn diff --exclude-revisions

From: Brad Wellman <b-rad8506_at_hotmail.com>
Date: Tue, 5 Mar 2013 08:45:34 +1100

Hi,
Does anyone know if there is anything mentioned in bug lists etc. about being able to exclude certain revisions from an svn diff?
I am using svn diff -r 10838:HEAD myBranch but within that branch I have removed an old module and put in the new version of it.So say I removed the module in 10861 and added the new version in 10862.
It would be awesome to be able to do something like: svn diff -r 10838:HEAD --exclude-revisions 10861:10862 myBranch to get only the changes that I have done on files without having to ignore/skip module updated files etc.
I have seen a bug request asking to be able to exclude certain directories and this is a very similar request.

RegardsBrad
Received on 2013-03-05 01:44:17 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.