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

[Fwd: Re: Log Messages]

From: Daniel Bradby <daniel_at_dbradby.net>
Date: 2004-02-12 01:57:49 CET

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

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

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