wondering how to remove the existing cached credentials by svn client ? go to /home/<user>/.subversion. look for auth folder. it will have different folders like svn.simple or svn.ssl.client-passphrases etc. based on your server configurations, your cached credentials are present in one of these folders. delete that manually, which will force svn to ask for credentials again and it will cache it from then on.
if you do not want it to be cached, edit config file at the same path as you found your auth folder. note that some of settings in client side config will be overridden with server side config file settings.
if you do not want it to be cached, edit config file at the same path as you found your auth folder. note that some of settings in client side config will be overridden with server side config file settings.
No comments:
Post a Comment