let us assume depot contains change lists :
change lists : 300 299 280 270 260
I would like to sync my client at change list 280.
if i do p4 sync : my client will be updated with cl : 300 (latest one) which i'm not looking for.
How can we achieve this ?
Perforce uses "@" to indicate change number, so
p4 sync @280
p4 sync ...@280
Accepted answer didn't work for me
To check latest synced CL: p4 changes -m1 //...#have
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With