OSX Subversion not working / Poor error message

Hey Fritsl -

Have a couple questions for you.

  1. In your log when it tries to connect, what pathway does it show for LogSourceControl: Using path ?
  2. If you run the command which svn what do you get?

Working with one of our Devs, we were able find that on my Mac that’s exhibiting this issue, it’s pointing to /usr/bin/svn , which for me is at the following version.
svn, version 1.7.22 (r1694152) compiled Feb 10 2016, 16:22:46

To workaround it for now, you can add a path for the ExecutableLocation= in your SourceControlSettings.ini (This can be found in /Users/UserName/Library/Preferences/Unreal Engine/ProjectNameEditor/Mac)

[SubversionSourceControl.SubversionSourceControlSettings]
Repository=“UserTrunkPath”
UserName=UserName
LabelsRoot=UserInfo
ExecutableLocation=/usr/local/bin/svn

I made use of /usr/local/bin/svn and that allowed me to connect to in UE4, which for me is svn, version 1.8.13 (r1667537) compiled Mar 31 2015, 15:33:52 on x86_64-apple-darwin14.1.0

We’ll continue to investigate why it’s picking the wrong one to begin with.