Yes, use SVNLogEntryPath#getCopyPath and SVNLogEntryPath#getCopyRevision methods to check if they are /branch02/foo/bar/File_A and 14 correspondingly. -- Dmitry Pavlenko, TMate Software, http://subgit.com/ - git-svn bridge
> Thank you for your reply, Dmitry, > > Just to clarify my question, refer to the attatched figure. > > Let's say I a SVNFileRevision object of *#15 branch02/foo/bar/File_A* . The > question is, how to know that this SVNFileRevision is a fresh copy from > *#14 branch02/foo/bar/File_A* ? > > I was wondering if there was a simple method to get this answer, it I had > this information as a SVNLogEntryPath, I could just verify the > *getCopyPath()*, right? > > But I'll try the approaches that you have suggested, thank you! > > With regards,