Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
也就是说,对于给定的源文件foo.c,我如何确定它上次被任何人更新的时间?
foo.c
使用以下内容:
p4 filelog -s -m1 file
解释:
file
-m1
-s
例子:
p4 filelog -s -m1 foo.c p4 filelog -s -m1 /path/on/disk/to/foo.c p4 filelog -s -m1 //depot/path/to/foo.c