> p4 sync <filename>@<the last changelist number before your change>
> p4 edit <filename>
> p4 sync <filename>@<your changelist number>
> p4 resolve -ay
> p4 sync <filename>
> p4 resolve
> p4 submit <filename>
Notes:
- If you don't know the filename, check the beginning of "p4 descibe <your changelist number> | less".
- If you don't know your changelist number, check "p4 changes | grep <your username>".
No comments:
Post a Comment