Perforce

来源:互联网 发布:直销网站源码 编辑:程序博客网 时间:2024/06/05 03:47

恢复错误的提交

有两种方式:rollback 和 Back Out Submitted Changelist

Both of these operations restore a set of files to a previous state and are essentially faster, safer ways of undoing mistakes than using thep4 obliterate command (and you don't need admin access to use them). In the case of "Rollback...", this could be any number of files, even an entire depot. You can tell it to rollback to a specific revision, changelist, or label. In the case of "Back Out Submitted Changelist #####", the restore operation is restricted to the files that were submitted in changelist #####. Those files are restored to the state they were in before you submitted that changelist.

Both operations work by essentially submitting old revisions as new revisions. Suppose you have a file that has been changed three times, so it's current revision is #3. If you roll this file back to revision #2, Perforce will check this file out, revert it's contents to the state that it was in as of revision #2, then submit the file. This file will now have four revisions, revisions #4 and #2 being the same.

原创粉丝点击