Clearcase 配置规范时间规则
Clearcase config spec time rules
我试图了解在配置规范中使用 ClearCase 8.0.1.4 的时间规则有多可靠。
那么,当我在配置规范中指定时间时,是否会在 而不是 之前(包括指定的时间戳)?或者它会在指定的时间戳之前并包括指定的时间戳吗?
例如,如果我有规则:
element * .../main/LATEST -time 26-Mar-2014.13:03:53UTC+01:00
和版本:
version 1 has time stamp of 26-Mar-2014.13:02:10UTC+01:00
version 2 has time stamp of 26-Mar-2014.13:03:53UTC+01:00
会选哪一个?
我可以相信它会始终如一吗?
未测试,但是,根据config spec man page:
-time date-time
Modifies the meaning of the special version label LATEST: the rule selects from a branch the last version that was created before a particular time.
所以应该是版本 1
分支上版本的创建时间在其创建版本事件记录中查找。
请注意,它可能因 ClearCase 而异:对于多站点,选择可能会因同步的包而异“Time rules in config specs”)
我试图了解在配置规范中使用 ClearCase 8.0.1.4 的时间规则有多可靠。
那么,当我在配置规范中指定时间时,是否会在 而不是 之前(包括指定的时间戳)?或者它会在指定的时间戳之前并包括指定的时间戳吗?
例如,如果我有规则:
element * .../main/LATEST -time 26-Mar-2014.13:03:53UTC+01:00
和版本:
version 1 has time stamp of 26-Mar-2014.13:02:10UTC+01:00
version 2 has time stamp of 26-Mar-2014.13:03:53UTC+01:00
会选哪一个?
我可以相信它会始终如一吗?
未测试,但是,根据config spec man page:
-time date-time
Modifies the meaning of the special version label LATEST: the rule selects from a branch the last version that was created before a particular time.
所以应该是版本 1
分支上版本的创建时间在其创建版本事件记录中查找。
请注意,它可能因 ClearCase 而异:对于多站点,选择可能会因同步的包而异“Time rules in config specs”)