Enabling Advanced View Types

By default, advanced view types are not available for server configurations. However, you can allow users to create views of advanced types by editing the starteam-server-configs.xml file.

  1. Open the starteam-server-configs.xml file in an editor. By default this is located in the root installation folder for StarTeam Server. For example, on a Microsoft Windows system, you would find this file in the C:\Program Files\Micro Focus\StarTeam Server <version> folder.
  2. For each server configuration that you want to allow advanced view types for, enter the following:
    <option name=“DisableAdvancedViews” value=“”/>

    If you specify the value as “” , the Show advanced types check box appears in the New View Wizard, and the Branch All, Float, Branch None, and Non-Derived advanced view types are available in the wizard. If you specify the value as “1” then the Show advanced types check box does not appear.