简体   繁体   中英

The revision of a specific branch(within another branch) within SVN - Using SVNKit

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM