I just wonder if that's possible to use Xcode's version control to connect to SVN repository using svn+ssh protocol with private keys. If it is, can someone please give me some tutorials.
Thanks a lot.
Asked
Active
Viewed 1,108 times
1

Jason
- 814
- 1
- 6
- 15
-
This might help: http://stackoverflow.com/questions/1909651/svnssh-not-having-to-do-ssh-add-every-time-mac-os Do you have your ssh keys working at the moment? If so does typing ssh-add from the command line let XCode submit without you needing to type the password? Are the usernames the same between your local install and the remote system you wish to submit to? What you want to do should 'just work' if it works on the command line. – Diziet May 01 '12 at 15:51
-
1I have a remote system + ssh keys set up. The key has a passphrase. I open a terminal before working and type ssh-add plus my passphrase. From then on all is funky dory. – Diziet May 01 '12 at 15:55
-
Oh! Wasn't expecting that. I'll add it as an answer then. – Diziet May 01 '12 at 16:23
1 Answers
1
This might help
SVN+SSH, not having to do ssh-add every time? (Mac OS)
Do you have your ssh keys working at the moment? If so, as per the above question try typing "svn-add" from the command line, and entering any pass phrase required. If that works all is well.