Howdy, I am trying to identify the changes between two revisions on a file working only with the remote repository. I have accomplished this using the SVNDiffClient parsing out the changed LOC data but this is terribly slow and inefficient. Reading through some existing SVNKit forums it was suggested to perform an update and calculate the delta between the two revisions. This however was only for comparisons using local copies of the file in question.
Are there any examples of performing an update using only remote copies of a file? I have looked at the SVNReporter and the ISVNEditor examples but it seems to only work while comparing local changes to the remote repository. Is it possible to find the delta between two revisions of remote repository files? If it is I am looking for some guidance. best, Justin -- View this message in context: http://old.nabble.com/Obtaining-deltas-between-two-revisions-both-on-remote-repository-tp34081400p34081400.html Sent from the SVNKit - Users mailing list archive at Nabble.com.