!--a11y-->
checkout
/ co 
Checks the given resource out.
Syntax |
checkout [-exclusive|-x] resource [activity] |
Options |
|
-exclusive|-x |
Exclusive checkout. |
Arguments |
|
resource |
The resource that should be checked out. |
activity |
The path or name of the open activity that should be used for the checkout, if no activity is specified one is implicitly created. |
Output Variables |
|
$wr[] |
Working resources. |
$act[] |
Activities. |
Description |
Checks a resource out. |
Checks the file /ws/test/wsp/dir/a.txt in the activity myActivity out.
checkout /ws/test/wsp/dir/a.txt /act/myActivity