VSS 历史记录 - 排除标签
在 VSS 的 GUI 中,可以查看“包括”或“排除”标签的项目的历史记录。
我正在尝试做同样的事情,但是从命令行,但我只是看不到我需要使用哪个开关来“排除”标签(默认情况下它们被包含在内)。
例如我正在运行:- ss.exe HISTORY -I- $/Source/Path/FileName.txt
为什么? 我们有巡航控制设置,可以在每个成功的构建上自动创建一个标签......所以有很多标签。 当我运行上面的“获取历史记录”命令时,每个文件需要 20-30 秒,我想运行一个将命中每个文件的进程...
如果有人可以告诉我需要使用哪个开关(如果GUI 允许您选择??)这将非常有帮助:-)
谢谢!
Within the GUI of VSS it is possible to view the history of an item 'including' or 'excluding' the labels.
I'm trying to do the same thing but from the command line but I just can't see which switch I need to use in order to 'exclude' labels (by default they are included).
e.g. I'm running:- ss.exe HISTORY -I- $/Source/Path/FileName.txt
Why? We have Cruise Control setup to automatically create a label on each successful build...so there are alot of labels. When I run that 'get history' command above it takes 20-30 secs per file and I want to run a process that will hit every file...
If anyone can tell me which switch I need to use (it must be there if the GUI allows you to choose??) that would help very much :-)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 -L 参数,如下所示:
ss.exe History -L :仅显示历史标签
ss.exe History -L- :显示没有标签的历史记录
You can use the -L parameter as follows:
ss.exe history -L : shows history labels only
ss.exe history -L- : shows history without labels