= svn checkout = To check out a copy of '''trunk''', a branch, a tagged version, or a sandbox, you need to know the ''URL'' and use {{{checkout}}} (or {{{co}}} for short) operation. For instance: * {{{svn co http://svn.osgeo.org/fusion/trunk}}} - check out trunk * {{{svn co http://svn.osgeo.org/fusion/branches/fusion-1.0}}} - check out the branch for version 1.0 * {{{svn co http://svn.osgeo.org/fusion/tags/fusion-1.0.0}}} - check out the 1.0.0 released version * {{{svn co http://svn.osgeo.org/fusion/sandbox/pagameba}}} - check out pagameba's sandbox You can also specify the -r option to checkout a specific revision from the repository: * {{{svn co -r 123 http://svn.osgeo.org/fusion/trunk}}} - check out trunk at revision 123