Confirmed users, Bureaucrats and Sysops emeriti
1,737
edits
m (→checkout (co)) |
|||
Line 103: | Line 103: | ||
''svn co http://svn.mozilla.org/projects/mozilla.com/trunk/ mozilla.com/'' | ''svn co http://svn.mozilla.org/projects/mozilla.com/trunk/ mozilla.com/'' | ||
or if you have an account: | or if you have an account with an SSH key: | ||
''svn co svn+ssh://yourusername(see note below)@svn.mozilla.org/projects/mozilla.com/trunk/ mozilla.com/'' | ''svn co svn+ssh://yourusername(see note below)@svn.mozilla.org/projects/mozilla.com/trunk/ mozilla.com/'' | ||
Your username is usually your email address. In case you experience errors when using more than one ‘@’ sign in the repository URL, make sure you encode the @ sign in the email address as %40. | Your username is usually your email address. In case you experience errors when using more than one ‘@’ sign in the repository URL, make sure you encode the @ sign in the email address as %40. | ||
or if you want to use https: | |||
''svn co https://svn.mozilla.org/projects/mozilla.com/trunk/ mozilla.com/'' | |||
You'll be prompted for your username and password. | |||
===commit (ci)=== | ===commit (ci)=== |