SVN: Difference between revisions

186 bytes added ,  31 March 2011
fix formatting glitch that hid most of the page, Add see also mentioning Mercurial and Template:SVN
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 <source> <dest>'''
'''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
Confirmed users
396

edits