Installation guide
Checking Files Out of the Source Control System on UNIX
For filen, use the com plete p ath and include the file extension.
Use the
option argument to
• C h eck out a read-only v ersion of the file — set the
lock option value to off.
• Checkoutthefileevenifyoualreadyhaveitcheckedout—setthe
force
option value to on.
• Check out a specific version of the file — use the
revision option, and
assign the version number to the
value argument.
The options apply to all files being checked out. The files can be open or closed
when you use
checkout.
Example Using checkout Function—Check Out a Specific
Version of a File
To check out the 1. 1 version of the f il e clock.m,type
checkout('\myserver\mymfiles\clock.m','revision','1.1')
For other examples, see the reference pag e for checkout.
9-35