lscheckout

Lists checkouts of an element

APPLICABILITY

ClearCase (cleartool subcommand), Attache (command)

SYNOPSIS

DESCRIPTION

The lscheckout command lists the checkout records (the checkouts) for one or more elements. There are many controls for specifying the scope: which elements, directories, or VOBs; which user; which view; and so on.

PERMISSIONS AND LOCKS

Permissions Checking: No special permissions required. Locks: No locks apply.

OPTIONS AND ARGUMENTS

(CLEARCASE ONLY) LISTING CHECKOUTS GRAPHICALLY. Default: Lists checkouts in the command window.

-g·raphical

Starts the Find Checkouts tool to display checkouts.

REPORT FORMAT.  Default: The listing of a checkout event record looks like this:

31-Aug.20:19 drp checkout version "lscheckout.txt" from \main\24 (reserved)
  "delete extra spaces"

-l·ong

Expands the listing to include the view to which the element is checked out.
-s·hort

Restricts the listing to the pathnames of checked-out elements.
-fmt format-string

Lists information using the specified format string. See the fmt_ccase reference page for details on using this report-writing facility.

SELECTING CHECKOUT RECORDS TO LIST.  Default: The listing includes all checkouts for the specified elements, including checkouts made in any view by any user.

-me

Restricts the listing to your own checkouts.
-use·r login-name

Restricts the listing to checkouts made by the specified user.
-cvi·ew

Restricts the listing to checkouts made in the current view.
-brt·ype branch-type-selector

Restricts the listing to checkouts on branches of the specified type. Specify branch-type-selector in the form [brtype:]type-name[@vob-selector]

type-name

Name of the branch type

vob-selector

VOB specifier

Specify vob-selector in the form [vob:]pname-in-vob

pname-in-vob

Pathname of the VOB-tag (whether or not the VOB is mounted) or of any file-system object within the VOB (if the VOB is mounted)

SPECIFYING THE ELEMENTS.  Default: The current working directory (equivalent to specifying "." as the pname argument). If you don't specify any options, lscheckout lists all checkouts of elements in the current directory, to any view. If the current directory is itself checked out, this is also indicated.

pname ...

One or more pathnames, specifying file elements and/or versions of directory elements. (A pathname to a directory specifies the version in the view.)

  • For each pname that specifies a file element, the listing includes that element's checkout event records.
  • For each pname that specifies a version of a directory element, the listing includes checkout event records of elements cataloged in that directory version-but not checkout records for the pname directory itself.

The following options modify the processing of the pname arguments.

-r·ecurse

Lists the checkouts of elements in the entire subtree below any directory encountered in the current view. VOB symbolic links are not traversed during the recursive descent.
-d·irectory

Lists the checkouts (if any) of a directory itself, rather than the checkouts of elements cataloged in it.
-a·ll

Lists all the checkouts in the VOB containing pname. If you don't specify any pname arguments, lists all checkouts in the VOB containing the current working directory.
NOTE: A file element can have several names, by virtue of one or more VOB hard links. Checking out such an element under one name causes all the names to be listed as checked out. However, the -all option lists the checked-out element only once.
-are·plicas

Lists checkouts of the element specified by pname in all replicas of the VOB that contains pname. If you don't specify any pname arguments, lists all checkouts in all replicas of the VOB containing the current working directory.

The following option is mutually exclusive with pname arguments:

-avo·bs

Similar to -all, but includes checkouts in all VOBs active (mounted) on the local host. (If environment variable CLEARCASE_AVOBS is set to a semicolon-separated list of VOB-tags, this set of VOBs is used instead.)

EXAMPLES

Examples including wildcards or quoting are written for use in cleartool interactive mode. If you use cleartool single-command mode, you may need to change the wildcards and quoting to make your command interpreter process the command appropriately.

In cleartool single-command mode, cmd-context represents the command interpreter prompt. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt. In Attache, cmd-context represents the workspace prompt.

cmd-context lscheckout
08-Dec.12:17 jackson checkout version "hello.c" from \main\4 (reserved)
08-Dec.12:17 jackson checkout version "hello.h" from \main\1 (unreserved)
"modify local defines"
08-Dec.12:17 jackson checkout version "msg.c" from \main\rel2_bugfix\0 (reserved)
cmd-context lscheckout -short -cview
hello.c
hello.h
hw.c
include
cmd-context lscheckout -recurse
08-Dec.12:17 jackson checkout version "hello.c" from \main\4 (reserved)
08-Dec.12:17 jackson checkout version "hello.h" from \main\1 (unreserved)
    "modify local defines"
08-Dec.12:17 jackson checkout version "msg.c" from \main\rel2_bugfix\0 (reserved)
08-Dec.12:17 jackson checkout directory version "subd" from \main\1 (reserved)
08-Dec.12:17 jackson checkout version ".\subd\util.h" from \main\0 (reserved)
cmd-context lscheckout -avobs -me
08-Dec.12:17 jackson checkout version "\users_hw\src\hello.c" from \main\4 (reserved)
08-Dec.12:17 jackson checkout version "\users_hw\src\hello.h" from \main\1 (unreserved)
    "modify local defines"
08-Dec.12:17 jackson checkout directory version "\users_hw\release" from \main\0 (reserved)
08-Dec.12:17 jackson checkoutversion "\users_hw\src\msg.c" from \main\rel2_bugfix\0 (reserved)
08-Dec.12:17 jackson checkout version "\users_hw\src\util.h" from \main\0 (reserved)
cmd-context lsco -fmt "%d\t%Lu\t%En\n\tPredecessor: %[version_predecessor]p\n\tHost: %h\n\tStatus: %Rf\n\tElement type: %[type]p\n"
16-Jun-99.15:23:15     lee.user        files.txt
Predecessor: \main\96
Host: neon
Status: unreserved
Element type: text_file
09-Jun-99.15:39:09     susan.user      mkfile.fm
Predecessor: \main\27
Host: pluto
Status: reserved
Element type: frame_document
16-Jun-99.12:23:11     cheryl.user     mktype.fm
Predecessor: \main\115
Host: troy
Status: reserved
Element type: frame_document
10-Jun-99.12:29:30     john.user       files.txt
Predecessor: \main\26
Host: marcellus
Status: reserved
Element type: text_file

SEE ALSO

checkin, checkout, lsprivate, uncheckout



Feedback on the documentation in this site? We welcome any comments!
Copyright © 1999 by Rational Software Corporation. All rights reserved.