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

Bug in JavaHL SVNClient.logMessages()?

From: Nathan Fiedler <nathanfiedler_at_gmail.com>
Date: 2007-10-17 21:18:52 CEST

It seems that the logMessages() method in SVNClient.java should take a
peg revision. Without it, there is no way to get the log messages for
a node that was renamed/removed in a later revision. If I were to fix
it, I'd add another logMessages() that takes the peg revision, and
change SVNClient.cpp to use that and invoke log3() instead of log2().
This would be similar to the info2() method.

Can anyone confirm this suspicion?

Thanks

n

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 17 21:31:43 2007

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.