[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVN::Client::log() first argument Re: svn commit: r1729519 - /subversion/trunk/tools/client-side/svn-graph.pl

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 14 Feb 2016 14:34:42 +0000

jamessan_at_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
Received on 2016-02-14 15:34:48 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.