<vssdiff>
Shows differences in a Source Safe Repository.| Attribute | Type | Description | Required |
|---|
| label | String | The value of the label to compare to. | True |
| outputfile | String | The output file to generate (XML). | True |
| dbpath | String | The absolute path to the folder that contains the srcsafe.ini. | True |
| path | string | The Source Safe project or file path, starting with "$/". | True |
| user | string | The user ID to use to log in to the Source Safe database. | True |
| failonerror | bool | | False |
| if | bool | | False |
| password | string | The password to use to log in to the Source Safe database. | False |
| unless | bool | | False |
| verbose | bool | | False |
| version | string | A version of the path to reference. Accepts multiple forms, including the label, version number, or date of the version. If omitted, the latest version is used. | False |
Example
<vssdiff
dbpath='ss.ini'
path='$/My Project'
label='My Label'
user='ssuser'
outputfile='diff.xml'
/>