-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Copied unifiedbranchdiff.exe and cmdRunner.dll from the linked Git repo and patch.exe from https://sourceforge.net/projects/gnuwin32/files/patch/2.5.9-7/ all into C:\Program Files\PlasticSCM5\client which is the location containing cm.exe and which is already added to the system path.
After setting up externaltools.conf containing "branch | Create unified diff for THIS branch | unifiedbranchdiff.exe | @wkpath "@object" "C:\Program Files\Microsoft VS Code\bin\code.cmd"" in C:\Users<username>\AppData\Local\plastic4
Clicking the menu item result in a command window appearing with error
"Unhandled Exception: System.Exception: Command 'patch' not found. Type cm showcommands to get a command list.
at Codice.CmdRunner.CmdRunner.ExecuteCommand(String command, String path)
at unifiedbranchdiff.Program.Main(String[] args)"