Hi I'm trying to get the first revision of the files I'm extracting using SVNKit 1.8.10. Because I don't see a method or property that return this value I have to use getFileRevision from 0 to the repository's latest revision to see which is the first revision. I tried searching from 0 to the entry latest revision but I get the following error:
"File" is not a file in revision "entry revision" So each time I want to get the first revision I have to iterate from 0 to the repository's last revision just to get one revision and it's very slow. Is there a more efficient way? Regards, Néstor