p4 submit可以部分成功吗
Can p4 submit succeed partially
当包含多个文件的p4提交由于特定文件冲突而失败时,是否有其他文件成功提交到远程仓库?
没有。这就是变更列表存在的全部原因:
https://www.perforce.com/perforce/doc.051/manuals/p4guide/07_changelists.html
When you submit a changelist to the depot, the depot is updated atomically: either all of the files in the changelist are updated in the depot, or none of them are. This grouping of files as a single unit guarantees that all files grouped together in a changelist are updated simultaneously. A Perforce changelist is an atomic change transaction.
当包含多个文件的p4提交由于特定文件冲突而失败时,是否有其他文件成功提交到远程仓库?
没有。这就是变更列表存在的全部原因:
https://www.perforce.com/perforce/doc.051/manuals/p4guide/07_changelists.html
When you submit a changelist to the depot, the depot is updated atomically: either all of the files in the changelist are updated in the depot, or none of them are. This grouping of files as a single unit guarantees that all files grouped together in a changelist are updated simultaneously. A Perforce changelist is an atomic change transaction.