These intructions are for updating the version server database. Change this file as needed. wade 4/14/94 -------------------------------------------------------- 1. attach net_dev 2. change directory /mit/net_dev/version_db 3. Using RCS - get the last version of version.txt (I usually diff this version with the last version in the version_db directory to make sure the current version.txt file was actually checked in. Thus, if version.txt exits, rename it before doing the RCS in step 3. ) co -l version.txt 4. Edit version.txt ( I usually use Emacs, your choice). 4a. cd ../solaris_version_db 5. [see 4a :) ] Run build_db to update the version server. (look for any error messages on the build_db, also, check the size of db.pag and db.dir, make sure it is about the same size prior to build_db. If it's size zero, this is bad) 6. Check your application to make sure the changes took. 7. Using RCS, check version.txt in, update the log with some descriptive information. ci -u version.txt (I use -u so it is not locked and someone else can grab the version.txt file)