<vssdiff>

Used to generate differences in a vss database. It will show all changes to a project after the specified label.

This only shows differences between the current version and the version specified.

Parameters

AttributeTypeDescriptionRequired
labelstring The value of the label to compare to. Required. True
outputfilestring The output file to generate (xml) True
dbpathstring The absolute path to the folder that contains the srcsafe.ini. Required. True
pathstring The source safe project or file path, starting with "$/". Required. True
userstring The user id to use to login to the Source Safe database. Required. True
failonerrorboolFalse
ifboolFalse
passwordstring The password to use to login to the Source Safe database. False
unlessboolFalse
verboseboolFalse
versionstring 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

Examples

                       <vssdiff
                           dbpath='ss.ini'
                           path='$/My Project'
                           label='My Label'
                           user='ssuser'
                           outputfile='diff.xml'
                       />