Confirmed users
396
edits
m (change a few CVS references to SVN) |
(fix formatting glitch that hid most of the page, Add see also mentioning Mercurial and Template:SVN) |
||
Line 106: | Line 106: | ||
([http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.checkout.html documentation]) | ([http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.checkout.html documentation]) | ||
'''Usage: svn co | '''Usage: svn co ''source'' ''dest'' ''' | ||
SVN bases its repositories on URLs, so to check out code, you’ll need a URL. For example, to checkout the code for mozilla.com or mozilla.org anonymously you could type: | SVN bases its repositories on URLs, so to check out code, you’ll need a URL. For example, to checkout the code for mozilla.com or mozilla.org anonymously you could type: | ||
Line 190: | Line 190: | ||
[http://viewvc.svn.mozilla.org/vc/ Viewvc] can be quite useful for browsing sources and seeing changes. | [http://viewvc.svn.mozilla.org/vc/ Viewvc] can be quite useful for browsing sources and seeing changes. | ||
= See also = | |||
* [[Mercurial]], Mozilla's version control system for the source code of most of its software products. | |||
* [[Template:SVN]] to create a link to a version in Subversion |