Joe
Joe

Reputation: 651

How to update a file on Perforce shelf using p4v?

A file (opened for edit) is already on a shelf, I then made more local changes, and want to update the file on the shelf. What is the best way to do this via the GUI P4v?

Upvotes: 1

Views: 5333

Answers (2)

user1028904
user1028904

Reputation: 8390

p4 shelve -c -f

Will force update the entire changelist. This will overwrite the previous version of the file.

Upvotes: 0

Joe
Joe

Reputation: 651

Shelving the changelist again achieves the goal.

Upvotes: 1

Related Questions