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

[PATCH] svn-graph.pl in tools/client-side broken

From: tonton <tonton-lists_at_team1664.org>
Date: 2005-07-02 00:35:56 CEST

Subversion 1.2.0 introduced a change in the svn_ra_get_log api, but
svn-graph.pl wasn't updated.
The exact error message is :

$ ./svn-graph.pl
digraph tree {
Usage:
svn_ra_get_log(session,paths,start,end,limit,discover_changed_paths,strict_node_history,receiver,receiver_baton,pool)
$

The fix is to add the limit argument to the function call.

Patch attached

Received on Sat Jul 2 00:53:55 2005

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

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