Subject: | Usage: svn_ra_plugin_invoke_get_log(plugin,session_baton,paths,start,end,discover_changed_paths,strict_node_history,receiver,receiver_baton,pool); at blib\lib/SVN/Mirror/Ra.pm line 666. |
Usage: svn_ra_plugin_invoke_get_log(plugin,session_baton,paths,start,end,discover_changed_paths,strict_node_history,receiver,receiver_baton,pool); at blib\lib/SVN/Mirror/Ra.pm line 666.
This is broken in SVN-Mirror-0.61
on line 633
($SVN::Core::VERSION ge '1.2.0') ? (0) : (),
The problem is $SVN::Core::VERSION of 1.2.0 doesn't take an extra
argument, so
($SVN::Core::VERSION ge '1.2.1') ? (0) : (),
fixed it for me