From users-return-788-daniel=haxx.se@subversion.apache.org Tue Feb 2 16:50:37 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o12Foa2E003983 for ; Tue, 2 Feb 2010 16:50:37 +0100 Received: (qmail 30988 invoked by uid 500); 2 Feb 2010 15:50:31 -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 30979 invoked by uid 99); 2 Feb 2010 15:50:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 15:50:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [80.67.18.43] (HELO smtprelay01.ispgateway.de) (80.67.18.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 15:50:20 +0000 Received: from [70.253.80.1] (helo=[192.168.7.75]) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1NcL0q-0005S5-GA; Tue, 02 Feb 2010 16:50:00 +0100 Subject: Re: Usage for svn list Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: Date: Tue, 2 Feb 2010 09:49:59 -0600 Cc: users@subversion.apache.org Content-Transfer-Encoding: quoted-printable Message-Id: <2919B0FF-9B4C-4E0E-83B7-3CEB6E22BC00@ryandesign.com> References: <78CF53F4-5AC8-4BE8-A801-42CEA5452B25@ryandesign.com> To: Tim Landscheidt X-Mailer: Apple Mail (2.1077) X-Df-Sender: 368818 X-Virus-Checked: Checked by ClamAV on apache.org On Feb 2, 2010, at 09:07, Tim Landscheidt wrote: > Ryan Schmidt wrote: >=20 >> $ svn log -r '{2010-01-01}' --limit 1 -q \ >> http://svn.macosforge.org/repository/macports >> = ------------------------------------------------------------------------ >> r62218 | portindex@macports.org | 2009-12-31 18:54:29 -0600 (Thu, 31 = Dec 2009) >> = ------------------------------------------------------------------------ >> $ >=20 > Thanks. Could it be that the "--limit 1" parameter is redun- > dant? If I supply a single "-r" parameter (i. e. not a > range), only one entry is displayed anyhow. Yes, you're right.