Location and Structure
The default location for the server working directory is within the vovserverdir directory, that is typically in the user's home directory, for instance, the ~/vov directory.
During the project create command, it is possible to set the location for the project's server working directory to be a different place. It can be useful to place the project's server working directory within the project's top level directory. This allows for moving all the files needed for a project from one machine to another by taking files from a single branch of the file system.
.../project.swd/equiv.tcl
/policy.tcl
/resources.tcl
/security.tcl
/setup.tcl
/taskers.tcl
/logs/
/...etc...
Find the SWD Default Location
% vovserverdir -physical
/home/jjj/vov
% vovserverdir -logical
${HOME}/vov
% vovserverdir -p setup.tcl
/home/jjj/vov/project.swd/setup.tcl