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

2016-02-15 Thread James McCoy
t; > > Cc: dev@subversion.apache.org > > Subject: Re: SVN::Client::log() first argument Re: svn commit: r1729519 - > > /subversion/trunk/tools/client-side/svn-graph.pl > > > > On Sun, Feb 14, 2016 at 02:34:42PM +, Daniel Shahaf wrote: > > > james...@apa

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

2016-02-15 Thread Bert Huijben
> -Original Message- > From: James McCoy [mailto:vega.ja...@gmail.com] On Behalf Of James > McCoy > Sent: zondag 14 februari 2016 19:20 > To: Daniel Shahaf <d...@daniel.shahaf.name> > Cc: dev@subversion.apache.org > Subject: Re: SVN::Client::log() first argume

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

2016-02-14 Thread James McCoy
On Sun, Feb 14, 2016 at 02:34:42PM +, Daniel Shahaf wrote: > james...@apache.org wrote on Wed, Feb 10, 2016 at 03:22:36 -: > ># Retrieve the requested history. > > - $ra->get_log([''], $startrev, $youngest, 0, 1, 0, \_revision); > > + $client->log($repos_url, $startrev, $youngest, 1,

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

2016-02-14 Thread Daniel Shahaf
james...@apache.org wrote on Wed, Feb 10, 2016 at 03:22:36 -: ># Retrieve the requested history. > - $ra->get_log([''], $startrev, $youngest, 0, 1, 0, \_revision); > + $client->log($repos_url, $startrev, $youngest, 1, 0, \_revision); Why does this work? Both svn_client.h and