You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This addresses issues where users have repositories and checkouts that were made with different versions of SVN to the client binary we ship. We now attempt to detect a system-level svn binary, and only use the shipped binary as a fallback. Users can completely override the binary executable location by specifying a ExecutableLocation=/path/to/svn in their SourceControlSettings.ini. This is useful where the client tools do not exist in the system environment path. This addresses UE-9429 - Cannot connect to SVN on OSX even after setting up keychain [CL 2615163 by Andrew Rodham in Main branch]