versions Command

Description

If a component is under version control, this command lists the component's history.

Command Syntax

versions,v category/component

Example

The following dialog shows using the versions command on a component that is version controlled and another that is not.
 


>v common/Wing <Branch name='HEAD'> <Version name='1.1'>  <author>George</author>  <date>1998/12/15 15:40:03 EST</date>  <description>Initial Revision  </description> </Version> <Version name='1.2'>  <author>Tim</author>  <date>1999/03/16 15:02:22 EST</date>  <description>Updated to not break if len > 10  </description> </Version> <Version name='1.3'>  <author>George</author>  <date>1999/04/13 07:51:34 EDT</date>  <description>Added parameters for controlling material type  </description>  <Branch name='Alternate1Branch'>   <Version name='1.3.2.1'>    <author>Amy</author>    <date>2002/01/09 15:10:25 EST</date>    <description>Adding a branch to experiment with some new technologies    </description>   </Version>   <Version name='1.3.2.2'>    <author>Amy</author>    <date>2002/01/10 10:11:26 EST</date>    <description>Trying out some new composite parameters    </description>   </Version>  </Branch> </Version> <Version name='1.4'>  <author>George</author>  <date>1999/04/13 13:49:52 EDT</date>  <description>Added outputs for section weights  </description> </Version> </Branch> >versions ~George/WingCopy ERROR: ClassNotFoundException: No version information is availble for </~George/WingCopy>
 

See also Analysis Server | Analysis Server Commands