On Saturday, July 14, 2018 at 8:09:36 PM UTC+2, Mario De Weerd wrote: > > Hi > > The Blame function provides a function to "Blame previous revision" which > is very usefull. > I was just looking for the "Blame next revision" function as that would > have been usefull to fast forward to the failing revision. >
While that request seems easy enough: it won't work. The blame viewer doesn't know which is the "next" revision. While the "previous" revision is always one less than the current, the next one isn't just one more than the current. The current revision in the blame viewer for each line is always the revision where a change occurred. So one revision before, the line looked differently. But the next revision rarely has a change to that same line or even the same file. It might take another 100 revisions until that same file gets changed again. I also join a minor bug report: when already at the first vesion Tortoise > says in an error popup: "Subversion reported an error: The > 'get-file-revs-reversed' features is not supported by 'svn://....' . The same explanation as above: if there is no 'previous' revision anymore for that file, the blame viewer can not know that beforehand. But yes, the error message could be different. But that would have to be done in the svn library, not TSVN. Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/78f9c92b-7ca5-4465-8df3-22df9ffc7c9e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
