如何使用SourceGear Vault生成以分层方式表示所有文件的报告?
我知道VSS and TFS have this functionality,我希望Vault能做到这一点。
答案 0 :(得分:1)
您应该可以使用命令行:
vault LISTFOLDER top_of_your_repository > status_report.txt
从命令行帮助:
LISTFOLDER用法:vault.exe LISTFOLDER [options] repositoryfolder
LISTFOLDER将显示指定文件夹的内容 repositoryfolder,包括任何工作文件夹的状态。
服务器和验证信息由以下内容指定:
-host host要连接的服务器的主机名。也可以使用“-server” -ssl 为服务器连接启用SSL -user username连接服务器时使用的用户名。
-password password连接服务器时使用的密码 -repository repositoryname要连接的存储库。这是可能的选项列表:
-norecursive 不要对文件夹进行递归操作。