User Tools

Site Tools


using_subversion_from_unix

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
using_subversion_from_unix [2008/03/26 09:54] jtkorbusing_subversion_from_unix [2010/06/28 12:36] (current) jtkorb
Line 12: Line 12:
  
 Send the repository administrator a copy of your public key file, ''id_rsa_svn1.pub'', who will then create an svn account for you and tie your public key to that account. Send the repository administrator a copy of your public key file, ''id_rsa_svn1.pub'', who will then create an svn account for you and tie your public key to that account.
- 
 ====== Setting Up Your Working Environment for Repository Access ====== ====== Setting Up Your Working Environment for Repository Access ======
  
Line 21: Line 20:
   SVN_SSH="ssh -i $HOME/.ssh/id_rsa_svn1 -l svn_login"   SVN_SSH="ssh -i $HOME/.ssh/id_rsa_svn1 -l svn_login"
   export SVN_SSH   export SVN_SSH
 +  
 +For Mac users (and perhaps any UNIX users) it might be necessary to add a "-q" option to the ssh command to suppress a spurious "Killed by signal 15" message.
  
 Once your svn account is created, cd to a suitable directory and get a copy of the repository (''host'' is also site specific and should be provided by your administrator): Once your svn account is created, cd to a suitable directory and get a copy of the repository (''host'' is also site specific and should be provided by your administrator):
using_subversion_from_unix.1206550497.txt.gz · Last modified: 2008/03/26 09:54 by jtkorb