Subversion passwords encrypted with gnome-keyring

# Enable gnome-keyring for your shell. I edited .bash_profile and added the following line:

export `gnome-keyring-daemon`
# I added the following line to .bash_logout as well: kill $GNOME_KEYRING_PID
# I uncommented the following in my home .subversion/config: password-stores = gnome-keyring
# I ran the subversion keyring_tool to create and set a default keyring:
/opt/CollabNet_Subversion/bin/keyring_tool -c svn
/opt/CollabNet_Subversion/bin/keyring_tool -s svn

Leave a comment