Hi, I'm using SVNRepository.log() to look at changes across multiple revisions.
Any changed paths are grouped by SVNLogEntry (single revision). So if a single file was added in one revision, then changed in another, if the log runs across both revisions, I will get two SVNLogEntry objects. I would like a way of just getting one SVNLogEntry for each file across multiple revisions, even if lots of changes have occurred. So a true delta across all the revisions. Is there an easy way to do this? I could dedupe myself but I wondered if SVNKit had a feature that could help. Thanks, - Stewart -- View this message in context: http://old.nabble.com/One-SVNLogEntryPath-shown-when-logging-across-multiple-revisions-tp32718694p32718694.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
