Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
PROBLEM/ABSTRACT:
How can I disable the promote comment dialog box and keep it from appearing on promotion operations?
SOLUTION:
In order to disable the promote comment dialog box you will need to execute the following command from a cmd prompt:
accurev setpref AC_NO_PROMOTE_DIALOG true
This command will add the following line to your preferences.xml file:
<AC_NO_PROMOTE_DIALOG>true</AC_NO_PROMOTE_DIALOG>
To restore the promote dialog box, set AC_NO_PROMOTE_DIALOG to false.
The preferences.xml file stores user specific information and is located in the <users home directory>/.accurev directory.
For more information contact AccuRev Support.