CopyFileUnderSourceControl has instances when the response is not a success even though the files are copied successfully under source control.
It seems FPerforceCopyWorker::Execute() tries to resolve the file even though there are times when there is not a need for resolve. During those instances, trying to resolve an already resolved file leads to operation considered as a failure. Adding a check for "resolved" before calling "resolve" command seems to be fixing the issue.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-183152 in the post.
| 0 |
| Component | UE - Editor - Workflow Systems |
|---|---|
| Affects Versions | 5.1 |
| Created | Apr 12, 2023 |
|---|---|
| Updated | Jan 20, 2024 |