scm compare problem
![]()
silencehill wu (50●2●26●32)
| asked Dec 01 '13, 9:58 a.m.
retagged Dec 16 '13, 11:34 a.m. by David Lafreniere (4.8k●7) When I run scm compare cmd, I have a question. Please refer compare result of below: I found one compare changeset id like "6919", and the other is "----", please tell me when number sequence is given, when ---- is given?
组件 (5852:_HEoeAP9CEeK4uI-EeUZQGw)“A6JOB_03-PJ共享文件程序”
组件 (5853:_RgEq4Kx8EeKUd_yj_0Ci5g)“A6PBA_03-银行账户过账处理”
|
Accepted answer
![]()
The number 6919 is an alias and it is a convenient way to reference an item. This alias is specific to scm cli tool and it varies from system to system. The aliases range from 1000 to 9999 and it gets recycled/refreshed. If the command lists too many aliases and it cannot recycle the aliases, the cli will display '----'. Did the compare command list too many items?
By the way, if you are running the commands through your scripts, you should use the item-id which is displayed after the alias.
silencehill wu selected this answer as the correct answer
|