VSS 历史记录 - 排除标签

发布于 2024-07-10 04:32:31 字数 357 浏览 7 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

老娘不死你永远是小三 2024-07-17 04:32:31

您可以使用 -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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文