From users-return-22568-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Wed Dec 3 12:23:15 2014 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 40BA4103FC for ; Wed, 3 Dec 2014 12:23:15 +0000 (UTC) Received: (qmail 88255 invoked by uid 500); 3 Dec 2014 12:23:14 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 88223 invoked by uid 500); 3 Dec 2014 12:23:14 -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 88213 invoked by uid 99); 3 Dec 2014 12:23:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 12:23:14 +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 (nike.apache.org: domain of sebbaz@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 12:22:47 +0000 Received: by mail-wg0-f47.google.com with SMTP id n12so19830960wgh.20 for ; Wed, 03 Dec 2014 04:22:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZmLqMzlBOnPTno9YkFFPiVIjtNffHH9brfUcNZfs+i8=; b=DCQ11pzXQJya/1Wjlo58/d6JO36stNdPIJ0kuyf8vYfnp8O4IczMihfpCcjapHXj6k ojWAiy3v4hIBBLjT8XMI8Ml/jKL5apyTi3iLlh7uS5BheELYq3Vi23eECtftai1+q58Y g8cALc8RTiRnxrjiXxNUP9EWnLCSfcewsEDVGUJqTEjWZ2eRiDQRWdL/PmFhsQy3fVXm mzxOpENHZVU9ZVRCLW17Wq2XpSI/9ls85P0i9ZHAuWyf+1RYNAn0nQY61bh3MzIxZnC+ CoOtaEuX8/5mrF8oV6WzfKIpT5UDw8rT9r9nltqlG+aF7+T+AII1CWMk24PZ/rAMBSPr 7ZZw== MIME-Version: 1.0 X-Received: by 10.180.84.198 with SMTP id b6mr101874020wiz.41.1417609322365; Wed, 03 Dec 2014 04:22:02 -0800 (PST) Received: by 10.194.138.101 with HTTP; Wed, 3 Dec 2014 04:22:02 -0800 (PST) Date: Wed, 3 Dec 2014 12:22:02 +0000 Message-ID: Subject: Problems with selecting log revision by date: -r {yyyy-mm-dd} From: sebb To: users@subversion.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I cannot get the examples in the manual to work. They don't produce any output apart from the separator. Is this a known bug? How to reproduce: svn co --depth files https://svn.apache.org/repos/asf/subversion/trunk subversion $ svn log -l 10 subversion -- this works OK $ svn log -r {2014-11-30} subversion ------------------------------------------------------------------------ $ svn log -r {2014-11-30T00:00:00} subversion ------------------------------------------------------------------------ This was tried on minotaur, using svn, version 1.7.9 (r1462340) compiled Jun 3 2013, 11:33:48 I have the same problems with the following version svn, version 1.8.10 (r1615264) compiled Aug 11 2014, 11:33:45 on x86_64-apple-darwin13.0.0 ================= There's also a minor documentation error, the manual says: If you want to include the 27th in your search, you can either specify the 27th with the time ({"2006-11-27 23:59"}), or just specify the next day ({2006-11-28}). The phrase "the next day" should be "the previous day" or "the day before"