Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26783187AB for ; Sun, 14 Feb 2016 14:34:48 +0000 (UTC) Received: (qmail 15404 invoked by uid 500); 14 Feb 2016 14:34:42 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 15218 invoked by uid 500); 14 Feb 2016 14:34:42 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 15195 invoked by uid 99); 14 Feb 2016 14:34:42 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Feb 2016 14:34:42 +0000 Received: by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org, from userid 3316) id 9C7C21A04D2; Sun, 14 Feb 2016 14:34:42 +0000 (UTC) Date: Sun, 14 Feb 2016 14:34:42 +0000 From: Daniel Shahaf To: dev@subversion.apache.org Cc: commits@subversion.apache.org, jamessan@apache.org Subject: SVN::Client::log() first argument Re: svn commit: r1729519 - /subversion/trunk/tools/client-side/svn-graph.pl Message-ID: <20160214143442.GA22708@tarsus.local2> References: <20160210032236.AFAB63A0673@svn01-us-west.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160210032236.AFAB63A0673@svn01-us-west.apache.org> User-Agent: Mutt/1.5.23 (2014-03-12) jamessan@apache.org wrote on Wed, Feb 10, 2016 at 03:22:36 -0000: > # Retrieve the requested history. > - $ra->get_log([''], $startrev, $youngest, 0, 1, 0, \&process_revision); > + $client->log($repos_url, $startrev, $youngest, 1, 0, \&process_revision); Why does this work? Both svn_client.h and SVN::Client(3) state the first argument is "targets", plural. Cheers, Daniel