This article will walk through the two feature enhancements for Visual Paradigm's Teamwork support in VP Suite 4.0.
Update Project through Command Line
Users can now update project from server through command line, which enables user to perform update at background. There are two ways of updating – executing update script in command line or executing Ant script. Below we will see how to update a teamwork project with command line.
Open the command console and change directory to %VP-SUITE_INSTALL_DIR%\scripts
Execute the update script “UpdateTeamworkProject” with -project and -workspace parameters. -project is the .vpp filepath while -workspace is the workspace folder path, they are highlighted as red and yellow in the image below.
Press Enter to execute the command.
The message “Update Project : Success” will appear for successful update attempt.
There are many reasons that may make update fail. One of them could be due to a conflict. A wrong or missed entry of -project or -workspace will also make it fail.
Undo Committed Work by Reverting Revision(s)
You can undo the changes for revisions by reverting them. Here are the steps:
Open the Teamwork Client by selecting Tools > Teamwork > Open Teamwork Client from the main menu.
In the Teamwork Client dialog box, select the Revisions tab.
Select the revisions you want to revert and click Revert. You may make multiple selection by selecting one revision, pressing the Control key, and selecting the rest. Note that a non-consecutive revision selection is not revertable.
The Commit dialog box will appear. Click OK to commit the changes resulted by reverting.