Thursday 11 October 2012

How to disable storing svn password for all users

vi ~/.subversion/config

[auth]
## Add below lines under this section auth

store-auth-creds = no
store-passwords = no

--------------------

have a look if there are some files under this directory
~/.subversion/auth/svn.simple/
if so delete the files , those files called password cached files.

---------------------

Try now, it will prompt you to enter password

let me know in case of help required

No comments:

Post a Comment