




















操作步骤如下:
If you use more than one extension, you must separate them with commas; for example, *.java, *.jsp, *.bas , *.cs.
在你的cs, Java 文件的注释中可加入
|
$Archive: $ |
VSS archive file location |
|
$Author: $ |
User who last changed the file |
|
$Date: $ |
Date and time of last checkin |
|
$Header: $ |
Logfile, Revision, Date, Author |
|
$History: $ |
File history, VSS format |
|
$JustDate: $ |
Date, without the time addendum. |
|
$Log: $ |
File history, RCS format |
|
$Logfile: $ |
Same as Archive |
|
$Modtime: $ |
Date and time of last modification |
|
$Revision: $ |
VSS version number |
|
$Workfile: $ |
File name |
For example, you could place the following in a file:
$Revision: $
Upon checkin, VSS would replace it with:
$Revision: 23 $
The next time you check in the file, the 23 is replaced by a 24, and so on
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。