Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Verify the internal consistency of RCS version files.
xrcs [-q] [file(s) | directory]
xrcs exercises RCS version files. If a list of files is specified then xrcs will verify each; if a directory then all RCS version files in it and in all subdirectories will be verified. Files and directories may not be mixed.
File names may be specified without the ,v suffix and without an RCS subdirectory specification. If <file> is the filename the search order is:
<file>,v RCS/<file>,v <file> RCS/<file>
xrcs verifies each version file simply by checking out the lowest revision. Since this requires co to reconstruct every revision (on the trunk) it can only succeed if the whole version file is synactically correct.
If no file or directory is specified then $AIPSROOT/slave is assumed.
Status return values
0
: success
1
: initialization error
2
: a bad RCS version file was found
To verify the RCS version file for xrcs itself:
cd ~/aips++/code/install/codemgmt xrcs xrcs
To verify the AIPS++ slave repository in its entirety:
xrcs
The unix manual page for co(1).
The unix manual page for rcs(1).
AIPS++ variable names (§1.2).
exhale (p), AIPS++ code export utility.
Original: 1994/08/10 by Mark Calabretta, ATNF.