Listing checkouts on Linux and UNIX

The lscheckout command lists any outstanding checkouts. The command has more parameters than shown in this section, but the command as shown corresponds to the options selected using Find Checkouts from the HCL VersionVault Windows Explorer.

At a system prompt, type this command:

cleartool lscheckout -cview -me -avobs

-cview restricts the list to checkouts made in the current view.

-me restricts the listing to your checkouts only.

-avobs includes checkouts in all mounted VOBs

System response is similar to the following:

\jdoe_denali\mck\rel1\xyz.c, where

  • \jdoe_denali is the current view
  • \mck and \rel1 are directories under source control
  • xyz.c is the name of the checked-out file