These scripts reside at /global_tmp/bin on our developer servers at this time. It's likely that these will be moved to a more suitable location at some point (when that happens, I'll update this document).
Some of these scripts use the environmental variable SCRIPT_CVSROOT, so
export this variable and set its value to the location of your CVS
repository, for example :ext:nhqsnpr1:/cvs/cvsrepos.
(I suggest that you set SCRIPT_CVSROOT to avoid any possible conflict
with CVSROOT, but if you know what you are doing you can set CVSROOT
instead).
Change in behavior. These is no longer a default CVSROOT, you must set and export the SCRIPT_CVSROOT (or CVSROOT) env variable.
Read the part in the Traditional VCS client section about ssh.
allmods *-ear *-ejb *-jar *-web [*-jop]
If you give the -r switch, it will also list all files which do not have the tag (this includes files added after you added the tag).
It is usually most convenient to use this command with module aliases, like
nontips -r TAGNAME emt-all
This will list all differences between TAGNAME and the HEAD of all
artifacts used to build EMT.
This is the command to use to see what's been removed between two tags. If you want to see what's been removed between a TAG and the HEAD, then use the nontips script (explained immediately above).
It is usually most convenient to use this command with module aliases, like
rmed WAS_R2B WAS_R2C emt-all
This will list all EMT artifacts removed between WAS_R2B and WAS_R2C.