2013-04-25 77 views

回答

3

使用以下命令:

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 
+1

或'P4變化-m1 FILE'。 – jamesdlin 2013-04-25 19:54:59

相關問題