Files
UnrealEngineUWP/Engine/Plugins/Developer/SubversionSourceControl/Source
Andrew Rodham 1bc9dea11e Subversion source control provider can now use the system default svn binary where it exists.
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]
2015-07-09 11:04:57 -04:00
..