Mac OSX Server: svn via ssh command line and encrypted passwords.
- by Ben Clayton
Hi all. When I log into our mac mini server running OSX 10.6 via ssh and use svn I get the message:
ATTENTION! Your password for authentication realm:
can only be stored to disk unencrypted! You are advised to configure
your system so that Subversion can store passwords encrypted, if
possible. See the documentation for details.
You can avoid future appearances of this warning by setting the value
of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
'/Users/xxxxxxxx/.subversion/servers'.
I dont' want to store the password unencrypted though.
I've found some details on how to use GNOME keychain in linux to sort this, but nothing on how to use macosx's keychain.
Anyone got any ideas?
Thanks a lot!