As I was getting ready to do my first svn check in today – I got an error that I had not seen yesterday:
“svn: error: The subversion command line tools are no longer provided by Xcode”
My operating system: macOS Catalina 10.15.3
Apple’s documentation on how to fix this: https://developer.apple.com/documentation/macos_release_notes/macos_catalina_10_15_release_notes
The solution:
- Open: The Terminal App
- Type: xcode-select –install
- After the install is complete – run your commands as you did before the error
Hazhir
Unfortunately this did not worked for me:
xcode-select –install
xcode-select: error: command line tools are already installed, use “Software Update” to install updates
Jennifer Zelazny
Are you up to date with your software?
David Killingsworth
It doesn’t work for me either.
I get “xcode-select: error: command line tools are already installed, use “Software Update” to install updates”
Jennifer Zelazny
What happens when you type in: svn help in the command line? That xcode message sounds like you are up to date with the updates
JG
It didn’t work for me either I’m in 10.15.7
svn help returns this
svn: error: Failed to locate ‘svn’
svn: error: The subversion command line tools are no longer provided by Xcode
Jennifer Zelazny
Try this and see if it helps: https://devtalk.blender.org/t/failed-to-locate-svn-macos-10-15-5-xcode-11-5/14408/3