How to fix SVN asks username and password on VSCode start up

- Goto ~/.subversion/auth/svn.simple

- Find and delete the config file which contains my svn site.

- Add the following to the [auth] section of ~/.subversion/config file:

[auth]

password-stores=

- Then run the following in Terminal in your project's catalog:

svn up

Now you can restart your VS Code and it should not request for SVN username/password.

Comments

Popular posts from this blog

Tuxera NTFS for Mac 2015

ForkLift 3.0.6 cracked for Mac

How to install Oracle 11g XE in MacOS

How to open the *.war, *.jar files with Midnight Commander (mc)

VMware Fusion 8 + License Key for MacOSX

10 Web-Based Tools for Exploring the Capabilities of OpenAI and Machine Learning

Switch between Java 8, Java 7 and Java 6 on OS X