This action allows you to Label the latest version of a project or files in a Visual Source Safe database. For detailed descriptions of the options available, see your Visual Source Safe 6.0 documentation or MSDN.

How to override Global Options for the Source Safe actions.

Scripting Info

The Action properties available are :

property  SSProject : WideString;// The name of the source safe project, eg. $/test/subproject

property  SSLabel : WideString;// The Label to apply

property  FileSpec : WideString;// The file specification for files to label , you may use wildcards in this after check in.

property  Comment; //Add a comment when Labelling a file or project.

  • No labels