From users-return-14470-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Sun Apr 8 09:00:20 2012 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51D9F955F for ; Sun, 8 Apr 2012 09:00:20 +0000 (UTC) Received: (qmail 38872 invoked by uid 500); 8 Apr 2012 09:00:19 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 38697 invoked by uid 500); 8 Apr 2012 09:00:17 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Delivered-To: moderator for users@subversion.apache.org Received: (qmail 33981 invoked by uid 99); 8 Apr 2012 06:51:50 -0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bena.001@optusnet.com.au designates 211.29.132.187 as permitted sender) Message-ID: <4F813575.60306@optusnet.com.au> Date: Sun, 08 Apr 2012 16:51:33 +1000 From: Ben Aveling User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: users@subversion.apache.org Subject: svn annotate requires Start revision precede end revision Content-Type: multipart/alternative; boundary="------------080707020001030104030407" X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------080707020001030104030407 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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' precede the 'start'. Is there a way to do it? Regards, Ben --------------080707020001030104030407 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
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' precede the 'start'.

Is there a way to do it?

    Regards, Ben

--------------080707020001030104030407--