User Tools

Site Tools


how_to_setup_xcode3_to_access_the_svn_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
how_to_setup_xcode3_to_access_the_svn_server [2008/11/10 17:22]
karnlund
how_to_setup_xcode3_to_access_the_svn_server [2011/07/22 14:52] (current)
digineural removed spam
Line 45: Line 45:
  
 So take your snvmioskey.pub file that you created above and send it to the "​Programmers Lounge"​ forum in the "​Public key collection"​ thread. ​ Shortly after TK may tell you that you have been granted access. So take your snvmioskey.pub file that you created above and send it to the "​Programmers Lounge"​ forum in the "​Public key collection"​ thread. ​ Shortly after TK may tell you that you have been granted access.
- 
 ===== Command line test ===== ===== Command line test =====
  
 Once you have been granted access you can test it by doing the following in a terminal application (terminal.app or iterm.app are good ones) Once you have been granted access you can test it by doing the following in a terminal application (terminal.app or iterm.app are good ones)
  
-  % ssh -i ~/​.ssh/​svnmioskey -2 svn@svnmios.midibox.org+  % ssh -i ~/​.ssh/​svnmioskey -2 svn@midibox.org
  
 After entering your passphrase that you used to create the key you will see: After entering your passphrase that you used to create the key you will see:
Line 58: Line 57:
 press ctrl-c to exit and you will see press ctrl-c to exit and you will see
  
-  Connection to svnmios.midibox.org closed.+  Connection to midibox.org closed.
   %   %
 +
 +
 +
 +
 ===== Setup SVNMIOS Repository ===== ===== Setup SVNMIOS Repository =====
  
 click on the menu items SCM -> Configure Repositories\\ click on the menu items SCM -> Configure Repositories\\
 {{wiki:​svn_xcode:​xcode3menubar.jpg?​500}} {{wiki:​svn_xcode:​xcode3menubar.jpg?​500}}
- +----
 Enter in the information for the midibox svn repository exactly as shown here. But don't click apply just yet.\\ Enter in the information for the midibox svn repository exactly as shown here. But don't click apply just yet.\\
-UPDATE: the URL should now read "​svn+ssh://​svn@midibox.org/​mios"​.\\+**UPDATE: the URL should now read "​svn+ssh://​svn@midibox.org/​mios"​.**\\
 {{wiki:​svn_xcode:​xcoderepauth.jpg?​500}} {{wiki:​svn_xcode:​xcoderepauth.jpg?​500}}
- +----
 Select the SSH tab and make sure that your svnmioskey file is listed there. If it's not, restart Xcode. ​ Enter your passphrase.\\ Select the SSH tab and make sure that your svnmioskey file is listed there. If it's not, restart Xcode. ​ Enter your passphrase.\\
 {{wiki:​svn_xcode:​xcodesshkey.jpg?​500}} {{wiki:​svn_xcode:​xcodesshkey.jpg?​500}}
- +----
 Select the Repository tab and click the apply button. ​ It will show that it's testing the connection.\\ Select the Repository tab and click the apply button. ​ It will show that it's testing the connection.\\
 In a few seconds another dialog will pop up requesting your passphrase (I don't have an image of it yet).\\ In a few seconds another dialog will pop up requesting your passphrase (I don't have an image of it yet).\\
 When it's done it will show that it's authenticated.\\ When it's done it will show that it's authenticated.\\
- 
 {{wiki:​svn_xcode:​xcoderepgood.jpg?​500}} {{wiki:​svn_xcode:​xcoderepgood.jpg?​500}}
- 
- 
  
  
how_to_setup_xcode3_to_access_the_svn_server.1226337747.txt.gz · Last modified: 2008/11/10 17:22 by karnlund