co some_file co -l some_file (to actually check it out and lock it) co -r1.1 some_file (to grab version 1.1 of a file) ci somefile ci -r1.1 some_file (check in a file, designating its version as 1.1) vi wrapper/launcher to auto check out & check in files and edit them