From users-return-18298-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Fri Jun 14 09:20:35 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 73052C322 for ; Fri, 14 Jun 2013 09:20:35 +0000 (UTC) Received: (qmail 69007 invoked by uid 500); 14 Jun 2013 09:20:34 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 68844 invoked by uid 500); 14 Jun 2013 09:20:32 -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 68837 invoked by uid 99); 14 Jun 2013 09:20:31 -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:20:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcvsu-users@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 09:20:27 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UnQAs-0007Zc-O9 for users@subversion.apache.org; Fri, 14 Jun 2013 11:20:02 +0200 Received: from ga012918.ads.eso.org ([ga012918.ads.eso.org]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jun 2013 11:20:02 +0200 Received: from mpruemm by ga012918.ads.eso.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jun 2013 11:20:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@subversion.apache.org From: Michael Pruemm Subject: Re: Bug in SVN Date: Fri, 14 Jun 2013 09:18:31 +0000 (UTC) Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 134.171.37.77 (Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130515 Firefox/17.0 Iceweasel/17.0.6) X-Virus-Checked: Checked by ClamAV on apache.org 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. - Michael