VOV: Why does the vovproject list show no projects?
AlanB_22262
New Altair Community Member
When you run the vovproject list subcommand, sometimes it will not show any projects even though they may exist. Often the reason for this is that vovproject list only shows the projects created by the account running the command.
If the project was created and is owned by a different user, you can get a list of projects known to your installation by running the following command:
% vovproject list -all -l
The project metadata used by this command is stored in the VOV registry, which is under the following directory:
$VOVDIR/local/registry
We recommend that you share the registry among all installed versions.
Note: In some cases, the software may have been installed so that the registry is version-specific.
0