SVN: Difference between revisions

Jump to navigation Jump to search
205 bytes added ,  19 February 2007
→‎checkout (co): Adding %40 encoding note for checkout because Debian just didn't let me use two @s in a repository URL.
(Add repository structure info.)
(→‎checkout (co): Adding %40 encoding note for checkout because Debian just didn't let me use two @s in a repository URL.)
Line 86: Line 86:
or if you have an account:
or if you have an account:


''svn co svn+ssh://svn.mozilla.org/projects/mozilla.com/trunk/ mozilla.com/''
''svn co svn+ssh://yourusername@svn.mozilla.org/projects/mozilla.com/trunk/ mozilla.com/''


By checking out over ssh, you'll be able to commit your changes.
By checking out over ssh, you'll be able to commit your changes.
 
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.


===commit (ci)===
===commit (ci)===
Confirmed users
1,209

edits

Navigation menu