Installing SoftBench
Customizing SoftBench CM Configuration
Performing SoftBench CM Administrator Tasks
Appendix C78
Performing SoftBench CM Administrator
Tasks
SoftBench CM requires a few maintenance tasks to ensure a
smooth-running configuration management environment.
Migrating Archive Files From RCS
You can import individual RCS files into SoftBench CM using the -ARCS
option of fci. SoftBench CM can also assume management of an existing
hierarchy of RCS files.
To migrate archive files from RCS:
1. Edit the /opt/softbench/config/cm.mapping or
/etc/softbench/config/cm.mapping file so that the desired logical
path is mapped to the existing directory hierarchy of RCS files.
2. Make certain that all RCS locks in the hierarchy are removed.
3. Change the owner (and group) of all files and directories in the
hierarchy to "softcm".
Migrating Archive Files From SCCS
To migrate files from existing SCCS archives to SoftBench CM archives:
1. Create the new SoftBench CM archive hierarchy using the "futil
-M" command.
2. Use the utility "sccstorcs" to convert the SCCS files to GNU RCS
format.
Run sccstorcs without any arguments to create the KeyWordEdit
script. This script lets you decide which SCCS keywords convert to
RCS keyword equivalents. Most users use the default keywords in
this script.
3. Run "sccstorcs s.file" to convert files in the current directory.
4. Run "find
directory
-type f -name 's.*' -print | xargs
sccstorcs" to convert files in a directory hierarchy. (See the
sccstorcs(1) man page for more information on sccstorcs)