1

I created my own workspace in p4v. Sometimes bad changelists (CLs) affecting the build and Depot get submitted. So, while working on my workspace after syncing I will encounter these problems with errors.

Example: I know up to CL 100 is good but CL 101 is error causing but submitted. Now I have latest version in my workspace with CL 101.. How to get my entire workspace back to CL 100. Where the changes that happened with CL 101 are not included.

jgritty
  • 11,660
  • 3
  • 38
  • 60
Ranger
  • 129
  • 2
  • 11

2 Answers2

3

Obviously, use the path you are interested in, not the entire depot:

p4 sync //depot/path/...@100
jgritty
  • 11,660
  • 3
  • 38
  • 60
2

In P4V, you can right-click the submitted changelist (100) and click "Get..." to sync the workspace to that changelist.

Samwise
  • 68,105
  • 3
  • 30
  • 44