vwhohas - Report who has Vesta packages checked out
vwhohas [-n | -p | -b] [-m] [-t] [-v] [-R repos] [package...]
See the vesta-intro man page's Terminology section for definitions of terms, and its Name Interpretation section for an explanation of how names are looked up.
The vwhohas command reports who has checked out the given Vesta packages, or who has checked out packages in the given Vesta directory trees.
In more detail, vwhohas walks the directory tree rooted at each of the given package arguments, with the extent of the walk controlled by the flags documented below. For each stub that has a nonempty checkout-by attribute, the absolute name of the stub, the value of checkout-by, and the value of checkout-to (if any) are printed. A package argument can be either a package, or an appendable directory that might have packages in the subtree below it.
If the name package is unqualified (does not have "/", ".", or ".." as its first arc), it is interpreted relative to the site's default directory of packages, DefaultPackageParent. If package is omitted, it defaults to /vesta.
vwhohas returns status 0 for success, 1 for parameter syntax errors, or 2 for more serious errors.
- -n
- No recursion. Only the specified directories are searched for checkout stubs, not any branches or other subdirectories. Each directory must be a package.
- -p
- Recurse to the package level. All the specified directories are searched, and (recursively) any subdirectories that are not branches or checkout sessions. This is the default.
- -b
- Recurse into branches. All the specified directories are searched, and (recursively) any subdirectories that are not checkout sessions.
- -m
- Try to get more complete and authoritative information by accessing the master copy of each object. Without this flag, packages that are not replicated in the local repository are missed entirely, and package checkouts are missed if the local repository was neither the master of the package nor the destination of the checkout.
- -t
- Print only the tail of each package version name, that is, only the portion following what was given on the command line. If you specify this flag, you may give at most one package argument.
- -v
- Print change history message for version reservations.
- -R repos
- Look in repos instead of the default local repository. The repository is specified by host name and TCP port number in the format host:port. The :port portion may be omitted; it defaults to [Repository]VestaSourceSRPC_port.
The following values are obtained from the [UserInterface] section of the Vesta configuration file (vesta.cfg).
- AppendableRootName
- The filename under which the global root directory of Vesta repositories is mounted. Ordinarily set to /vesta.
- DefaultPackageParent
- The default directory to put new packages in. Ordinarily a subdirectory of /vesta, named with an Internet domain name belonging to the local site.
The following values are obtained from the [Repository] section of the Vesta configuration file.
- VestaSourceSRPC_host
- The host name of the default (local) repository.
- VestaSourceSRPC_port
- The default TCP port number for repositories.
If a package is mastered at one repository but has been checked out at another, it can be checked back in without the master repository's knowledge. If this happens, "vwhohas -m" will report that the package is still checked out. This occurrence should be rare, however, since by default vcheckin replicates the new version back to the package's master repository.
This page was generated automatically by mtex software.Last modified on Fri Jan 21 10:51:49 EST 2005 by irina.furman@intel.com modified on Tue Apr 29 23:55:53 PDT 2003 by mann modified on Tue Nov 13 11:49:37 EST 2001 by ken@xorian.net