Skip to content

Instantly share code, notes, and snippets.

@AlessioAnesa
Last active January 2, 2018 11:17
Show Gist options
  • Save AlessioAnesa/cfed5dab6574b72c0d87715add98f31b to your computer and use it in GitHub Desktop.
Save AlessioAnesa/cfed5dab6574b72c0d87715add98f31b to your computer and use it in GitHub Desktop.
Block annoying Xcode's requests for SVN credentials
cd `xcode-select -p`/../PlugIns
#this disable SVN support for Xcode
mv IDESubversion.ideplugin IDESubversion.PLS.STHAP.ideplugin
@AlessioAnesa
Copy link
Author

in my case credentials don't remain stored, maybe for domain in username, needs further investigation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment