Re: svn annotate requires Start revision precede end revision

2012-04-08 Thread Daniel Shahaf
Ben Aveling wrote on Sun, Apr 08, 2012 at 16:51:33 +1000: > But at this moment, I want to know when a line was removed, so I do > want to have the 'end' precede the 'start'. > > Is there a way to do it? > Yes and no. The 'start < end' check is implemented at the library level, not at the client

svn annotate requires Start revision precede end revision

2012-04-08 Thread Ben Aveling
Hi, svn annotate requires that the start revision precedes the end revision. eg svn annotate -r 9515:6504 ... svn: Start revision must precede end revision And usually, this is what you want. But at this moment, I want to know when a line was removed, so I do want to have the 'end' p