Use the following Subversion command to create an xml file out of the repository's log:
svn log -v --xml > repository_log.xml
Import the xml file into an Excel spreadsheet (not sure if it will work with LibreOffice/OpenOffice).
You can then save it as a spreadsheet.
svn log -v --xml > repository_log.xml
Import the xml file into an Excel spreadsheet (not sure if it will work with LibreOffice/OpenOffice).
You can then save it as a spreadsheet.
本文介绍了如何使用Subversion命令将仓库日志导出为XML文件,并指导如何将该XML文件导入到Excel中进行进一步处理。
1864

被折叠的 条评论
为什么被折叠?



