Monday, June 11, 2012

Recover Subversion Credentials

If happened that you have forgot your subversion credentials there is a chance you have stored it as a plain text under your home directory. This works only if you allows subversion to store passwords locally unencrypted:

$ ls $HOME/.subversion/auth/svn.simple

You will find some directories with hash names. One on those contains a text file with your password.

No comments:

Post a Comment