我试图在命令提示符中通过注释搜索历史记录,但是当我这样做时
D:\accurev hist -c "My Comment"
甚至
D:\OneOfMyWorkspaces\accurev hist -c "My Comment"
它只是打印
**** HIST
****
show the transaction history of elements or an entire depot
----- USAGE
-----
accurev hist [ -t <transaction-range> ] [ -s <stream> ] [ -c <comment>
]
[ -u <principal-name> ] [ -k <transaction-kind> ] [ -f <format(s)> ]
{ -a | <element-list> | [ -Fx ] -l <list-file> | -e <eid> }
[ -p <depot-name> ]
MORE INFORMATION
Type 'accurev help' for a complete list of topics.
AccuRev Inc. http://www.accurev.com support@accurev.com
答案 0 :(得分:1)
您已指定要查找历史记录的元素:
accurev hist -c "My Comment" elem1 elem2
如果您只想查看工作区中所有元素的历史记录,请使用:
accurev hist -c "My Comment" -a