是否可以获得文件特定修订版的文件名?
问题是使用以下命令行时,结果不是someFile.txt,而是otherFile.txt:
stcmd.exe co -nologo -pwdfile pwd.txt -p "user@server/project/folder" -vn 1 -rp out someFile.txt
原因是:文件 otherFile.txt 在某些时候被重命名为 otherFile.txt,并且历史记录没有丢失。不幸的是,stcmd.exe hist的输出未提供信息,该文件已重命名。这使得将项目的完整历史正确导入到不同的 VCS 中几乎是不可能的。