0

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?

Bo Persson
  • 90,663
  • 31
  • 146
  • 203
mokko211
  • 597
  • 2
  • 9
  • 25

1 Answers1

0

Looks like this is what you need.

malenkiy_scot
  • 16,415
  • 6
  • 64
  • 87