svnkit, list all files of an SVN repository, without checking out the files

前端 未结 1 521
傲寒
傲寒 2021-01-15 22:23

svnkit.com is an SVN library in Java. For instance, you can get the log of an SVN repository as follows:

SVNClientManager.newInstance().getLogClient();
SVNLo         


        
相关标签:
1条回答
  • 2021-01-15 23:09

    Check SvnList. For an example on how to use, have a look at org.tmatesoft.svn.test.ListTest#testListOnRepositoryRoot et al. as it is present in the latest revision of the 1.7.x branch in the SVNKit repository.

    0 讨论(0)
提交回复
热议问题