attached mail follows:
Ahh yes. Thank you VERY much :)
It seems the java bindings are stopping on copies and don't yet provide
a way to enable it. I might even have a crack at a patch :)
command line client
svn_client_log = (targets,
&(opt_state->start_revision),
&(opt_state->end_revision),
opt_state->verbose,
opt_state->stop_on_copy,
log_message_receiver,
&lb,
ctx,
pool));
java bindings.
svn_client_log = (target.array (pool),
revisionStart.revision (),
revisionEnd.revision (),
0, // not reverse by default
1, // strict by default (not showing cp info)
messageReceiver,
&logs,
ctx,
pool.pool());
>
> I suspect you're not setting whatever option in the Java API
> corresponds to the --stop-on-copy flag to 'svn log' correctly. In
> 'svn log' the default behavior is to follow copies, you appear to be
> doing the opposite.
>
> -garrett
>
Received on Thu Feb 12 11:57:49 2004