Determining the last changelist synced to in Perforce

后端 未结 10 1891
执念已碎
执念已碎 2021-01-29 18:35

A question that occasionally arises is what is the best way to determine the changelist that you last synced to in Perforce. This is often needed for things like injecting the c

10条回答
  •  温柔的废话
    2021-01-29 19:25

    For the whole depot (not just your workspace/client)

    p4 counter change
    

    does the job, just telling the last changelist.

提交回复
热议问题