简体   繁体   English

日志文件中的存储库历史记录

[英]Repository history in log files

there is a little project for me to make a java app which analyzes yours SVN repository files (history), in other words, you need to make a project. 我有一个小项目可以创建一个Java应用程序,该应用程序可以分析您的SVN存储库文件(历史记录),换句话说,您需要创建一个项目。 using this app you should get the history of changes made to a repository. 使用此应用程序,您应该获得对存储库所做更改的历史记录。

tried some examples (fe http://svn.svnkit.com/repos/svnkit/branches/sgk/doc/examples/src/org/tmatesoft/svn/examples/repository/History.java ) and only get error : "... cannot be resolved". 尝试了一些示例(例如http://svn.svnkit.com/repos/svnkit/branches/sgk/doc/examples/src/org/tmatesoft/svn/examples/repository/History.java ),但只会收到错误:“。 ..无法解决”。

http://svnkit.com/kb/javadoc/org/tmatesoft/svn/core/io/SVNRepository.html http://svnkit.com/kb/javadoc/org/tmatesoft/svn/core/io/SVNRepository.html

i even can't import those libraries. 我什至不能导入那些库。 svnkit already installed. svnkit已经安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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