Reputation: 651
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
Reputation: 8390
p4 shelve -c -f
Will force update the entire changelist. This will overwrite the previous version of the file.
Upvotes: 0