Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Utility to change the descriptive text in an AIPS++ RCS version file.
am [-au] file1 [file2 ...]
am changes the descriptive text in an existing AIPS++ RCS version file or files. It is a front-end for the RCS rcs command with option -t. The descriptive text will be obtained from stdin.
am assumes that you are working within a private directory tree which shadows that of the AIPS++ master source code tree, see mktree (p). The filename arguments specified to am must be simple filenames without path or RCS (,v) suffix. am determines the corresponding master directory from the current working directory.
am modifies the master RCS version file by executing $MSTRETCD/am_master, where $AIPSMSTR is expected to be NFS mounted from the AIPS++ master host (see §1.1.4).
Status return values
0
: success
1
: initialization error
2
: failed to update the master
3
: updated master, but slave not updated
The command
cd $HOME/aips++/code/install/codemgmt am -au am
would allow the descriptive text for am to be changed interactively.
The unix manual page for chmod(1).
AIPS++ variable names (§1.2).
ae (p), AIPS++ RCS semaphore file deletion utility.
ai (p), AIPS++ code checkin utility.
alog (p), AIPS++ change log reporting utility.
amv (p), AIPS++ code rename utility.
au (p), AIPS++ code update utility.
ax (p), AIPS++ code deletion utility.
mktree (p), create AIPS++ directory hierarchy.
Original: 1995/03/17 by Mark Calabretta, ATNF.