如何删除(而不是恢复)CL?
我想从 perforce 中完全删除 CL。不是恢复,但是当你查找仓库树的“历史”时,它就会消失。所有更改都将被永久删除。这可能吗?我用的是P4V。
I want to entirely remove a CL from perforce. Not revert, but when you look up the "History" of the depot tree, it will be gone. All changes will be permanently removed. Is this possible? I'm using P4V.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
永久删除文件历史记录的唯一方法是使用 obliterate 命令,该命令需要超级用户访问权限。我认为,如果您从更改列表中删除了所有文件修订,它就不应该再出现。
删除时要格外小心,因为一旦完成就无法回头(当然,除了从备份恢复之外)。
The only way to permanently delete file history is to use the obliterate command, which requires superuser access. I think that if you obliterated all the file revisions from a changelist, it shouldn't appear anymore.
Use extreme caution when obliterating, as there's no going back once it's done (well, outside of restoring from a backup).