Template:Openscenegraph co

From FlightGear wiki
Revision as of 20:34, 27 February 2016 by Bugman (talk | contribs) (Created an initial template for checking out the primary OpenSceneGraph source code repository.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

svn co http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk osg

The following template description is not displayed when the template is inserted in an article.

Goal

To provide a consistent representation of the command to checkout the OpenSceneGraph subversion repository.

Usage

{{openscenegraph co
| opt    =
| login  =
| branch =
| path   =
| post   =
}}
opt
Any additional options to show after svn co.
login
The optional user login.
branch
The svn branch or tag name. This defaults to trunk.
path
The file path.
post
Any optional text to show after the URL. This defaults to osg.

Examples

Checkout of trunk with user name

{{openscenegraph co
| opt  = --username <username>
}}

svn co --username <username> http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk osg

Related templates