<vssundocheckout>
Undoes any checkouts in a Source Safe database.
| Attribute | Type | Description | Required |
|---|---|---|---|
| localpath | string | The absolute path to the local working directory. This is required if you wish to have your local file replaced with the latest version from SourceSafe. | False |
| recursive | string | Determines whether to perform a recursive UndoCheckOut. Default value is true when omitted. | False |
| 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
<vssundocheckout
user="myusername"
password="mypassword"
localpath="C:\Dev\Latest"
recursive="true"
dbpath="C:\VSS\srcsafe.ini"
path="$/MyProduct"
/>