PBSync icon indicating copy to clipboard operation
PBSync copied to clipboard

Add support for UE4Editor merge resolution workflow

Open mastercoms opened this issue 5 years ago • 1 comments

Git repo now configured properly for UE4Editor to detect a conflict and prompt for a resolution. However, we block launches from happening when a merge conflict is encountered. Thus, we should investigate the UE4Editor workflow for this, and confirm everything is working smoothly. It may require creating a custom mergetool for git (to replace the default p4merge.exe in UE4Editor, which isn't found in path).

mastercoms avatar Jul 20 '20 18:07 mastercoms

Partially fixed in fc39d279c210ee92a848002a3f81ac88e8bd68f1. Still need to unblock launches when a merge conflict is present.

mastercoms avatar Dec 25 '20 22:12 mastercoms