Change the Project Name

To change the project name, change the variable VOV_PROJECT_NAME in the setup.tcl file.

The following example uses a C-shell:
% cd `vovserverdir`
% vovproject stop oldname
% mv oldname.swd newname.swd
% vi newname.swd/setup.tcl            # Change VOV_PROJECT_NAME
% vcs newname.swd/setup.tcl.
% vovproject start