John Baum
John Baum

Reputation: 3331

Deleting a Changelist in perforce

I am using P4V client and would like to know if there is a way to delete your submitted changelist without affecting your current working directory in any way. I made a mistake in the commit and left something out and i would like it gone from the server. How can i do this?

Upvotes: 2

Views: 305

Answers (1)

John Walthour
John Walthour

Reputation: 826

You could rollback the file, submit, then make the correct changelist. This would technically still leave the old changelist in place, but would create a history of you fixing the mistake.

I believe Perforce is philosophically against deleting changelists, though there could be a method I'm unaware of.

Upvotes: 1

Related Questions