Last active
January 2, 2018 11:17
-
-
Save AlessioAnesa/cfed5dab6574b72c0d87715add98f31b to your computer and use it in GitHub Desktop.
Block annoying Xcode's requests for SVN credentials
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd `xcode-select -p`/../PlugIns | |
#this disable SVN support for Xcode | |
mv IDESubversion.ideplugin IDESubversion.PLS.STHAP.ideplugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in my case credentials don't remain stored, maybe for domain in username, needs further investigation