I'm using Snow Leopard and I access svn through the standard commandline:

svn co svn+ssh//myusername@example.org/svn/myproject

How can I get Keychain / svn to remember my password?

link|improve this question
What version of Subversion are you using? – jgifford25 Nov 30 '10 at 15:28
svn --version returned: svn, version 1.6.5 (r38866) compiled Jun 24 2010, 17:16:45 – Ruben Verborgh Dec 1 '10 at 8:03
feedback

3 Answers

up vote 1 down vote accepted

So I seem to have this working by simply creating a keychain in KeyChain Access that matches my svn user name... ? can it be that simple?

I'll be curious to know if that fixes it for you.

link|improve this answer
It does. Thanks a lot! – Ruben Verborgh Feb 19 '11 at 13:29
feedback

svn from version 1.4 onwards supports Keychain passwords, but perhaps there is something to do with svn+ssh that means they aren't being used in your case.
I recommend trying out a proper Mac OS X SVN client instead.

Versions: http://versionsapp.com/
Cornerstone: http://www.zennaware.com/cornerstone/index.php

link|improve this answer
Thank you for your suggestion, but - if possible - I would like to stick to the tools bundled with my operating system. I hope to find out how to apply the Keychain support for svn+ssh. – Ruben Verborgh Dec 1 '10 at 8:07
Ah, that may be the issue. I don't think the Apple build of Subversion supports the keychain correctly. – jgifford25 Dec 2 '10 at 18:09
feedback

I would recommend using SSH keys instead. You'll find that once set up they're far easier to manage from the command line.

Check out Subversion support and ssh key pairs for a quick tutorial.

link|improve this answer
Thanks. I tried to follow the tutorial, but unfortunately, I got stuck at the scp step: scp: 03034: SCP access is denied Could I do that in another way? Note that I have Samba access to the server. – Ruben Verborgh Dec 1 '10 at 8:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.