From users-return-18299-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Fri Jun 14 09:25:25 2013 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 70D2AC335 for ; Fri, 14 Jun 2013 09:25:25 +0000 (UTC) Received: (qmail 74925 invoked by uid 500); 14 Jun 2013 09:25:22 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 74909 invoked by uid 500); 14 Jun 2013 09:25:22 -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 Received: (qmail 74876 invoked by uid 99); 14 Jun 2013 09:25:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 09:25:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jcorvel@gmail.com designates 209.85.223.179 as permitted sender) Received: from [209.85.223.179] (HELO mail-ie0-f179.google.com) (209.85.223.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 09:25:16 +0000 Received: by mail-ie0-f179.google.com with SMTP id c10so833640ieb.38 for ; Fri, 14 Jun 2013 02:24:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=qEkC/8K78JXeLTJICcYxnOLkE9pR7b1voF5Eqbem9Sw=; b=duH4x+j9Jsr/NVEwAVafDegsfILX7z+e5oM/7m+yOb4drO2z6GSkW2F4rIBLySxTa/ 06yEDxYGn/aWj7WWMvt6OG0vx3qCXynZ3wExhnr3Gy6eTXVqoAY39A7iZYWU6bOA6abH S0ybF/kIN6wDu3zrqR/FNItZ41WeO+WSp3zLxVlk0CPEP6lbP8GO/BgAiupqrj8DDeiF PNro9OCdg6NbCtUmnJkrlu+aclXXOPWsSxkT5dhoKbxapBq+OwdjWkQ8d8J/KqDocZRv TxYxn40teZ7B874Bj+PaLGrWiPwQxrQ1FfPWqcYsaI/I4HO/lOqp6ZKYImC46p/Lh+yJ oohg== X-Received: by 10.50.132.98 with SMTP id ot2mr603802igb.38.1371201895709; Fri, 14 Jun 2013 02:24:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.227.130 with HTTP; Fri, 14 Jun 2013 02:24:34 -0700 (PDT) In-Reply-To: References: From: Johan Corveleyn Date: Fri, 14 Jun 2013 11:24:34 +0200 Message-ID: Subject: Re: Bug in SVN To: nikitha.annaji@vayavyalabs.com Cc: "users@subversion.apache.org" , Michael Pruemm Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Jun 14, 2013 at 11:18 AM, Michael Pruemm wrote: > Nikitha Annaji vayavyalabs.com> writes: > >> I was trying to display the log message between the dates 2013-06-13 and > 2013-06-14 by the following command "svn log -r {2013-06-14}:{2013-06-13}", > if no one has committed from the mentioned date then the log should be empty > but it is showing the last commit which is was committed on 2013-06-11. > > The notation -r {2013-06-13} means the "last revision at or before" that > date. So unless you had a commit right at 2013-06-13 00:00 you will select a > revision before that date. > > Ergo, this is not a bug. > See the section "Is Subversion a Day Early", here: http://svnbook.red-bean.com/en/1.7/svn.tour.revs.specifiers.html#svn.tour.revs.dates -- Johan