I am trying to get the latest revision from a folder within a branch on svn. The problem is when I do
repository.getLatestRevision(); //with url of the folder: /svn/home/test/foldertest/scripts
I do not get the correct revision of the folder, but I get the latest revision from the url: "svn/home".
I hope I'm being clear enough.
I'm using SVNKit as library for this java application.
What could be the problem?