发新话题
打印

[已解决] 如何用脚本打基线( 此文章被查看:1206次,被回复:3篇!! )

如何用脚本打基线

在vss中如何使用脚本来打label啊?高手请赐教


问题已经解决 [打开主题]
本主题的最佳答案为 [ 2 楼].



© 本文为 justinexuSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

Syntax
ss Label VSS items [-C] [-H] [-I-] [-Llabel] [-N] [-O] [-V] [-Y] [-?]

Examples
Assigns a label to the current version of the current project:
ss Label
Assigns a label to the current version of the project $/WORD:
ss Label $/WORD
Assigns a label to version 5 of the file HELP.C:
ss Label HELP.C -V5

The following table describes the command-line options available with this command.
OptionDescription
-CUse the same comment for all labels.
-VLabel an existing file or project version.
-LSpecify the new label on the command line (instead of being prompted).
-OPaginate or redirect the command output.
-I-Ignore: Do not ask for input under any circumstances.
-NChange between long and short file name mode.
-YSpecify a username and/or password.
-?, -HRequest online Help on a command.

具体如何使用命令行脚本,可参看其他的帖子。有关label更详细的说明看帮助。

[ 本帖最后由 hifly 于 2007-3-7 13:23 编辑 ]


最佳答案
该回答被楼主/管理员列为正解!



© 本文为 hiflySCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

做个插件,显示文件的log就可以了:)



© 本文为 yiwenzhizccSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

回复 #3 yiwenzhizcc 的帖子

请说详细一点。

© 本文为 hifly 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

发新话题