svnkit

Checking Out Directory / File with SVNKit

不羁岁月 提交于 2019-11-27 18:28:27
问题 I can't see on the wiki where checking out is documented. Ideally, I would like to check out a file "example/folder/file.xml", if not just the folder... and then when the application closes down or otherwise, be able to commit back in changes to this file. How do I do this? 回答1: You cannot check out a file in Subversion. You have to check out a folder. To check out a folder with one or more files: SVNClientManager ourClientManager = SVNClientManager.newInstance(null, repository