Title pretty much sums it up: Is there a way to delete “has” state on a Perforce server after a sync has been done without using -p?
Title pretty much sums it up: Is there a way to delete has state
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
p4 flush FILE@0(a synonym forp4 sync -k FILE@0). This will tell the server that you’ve syncedFILEto change 0 (meaning that you no longer “have” it) without affecting your local copy.