Description

If the option to delete files on revert is enabled, the revert operation causes incorrect file state in the perforce cache

It looks like it has some code to handle this when the option to delete is disabled, but not for when the option is enabled.

Steps to Reproduce
  1. Enable the option to delete files on revert in source control settings
  2. Create some asset (the state will be EPerforceState::NotInDepot)
  3. Mark file for add (the state will be EPerforceState::OpenForAdd)
  4. Revert from the Unreal changelist window

Expected -> File is reverted in perforce, deleted from disk, and internal state is set to EPerforceState::NotInDepot

Actual -> File is reverted in perforce, deleted from disk, and internal state is EPerforceState::MarkedForDelete

MarkedForDelete is the state when you want to delete a file from the depot, but in this case the file was never in the depot, so should be set back to not in depot

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-169928 in the post.

3
Login to Vote

Backlogged
ComponentUE - Editor - Workflow Systems
Affects Versions5.0
CreatedNov 11, 2022
UpdatedJan 20, 2024