Description
Task to perform CHECKIN commands to Microsoft Visual SourceSafe.
Parameters
Attribute | Description | Required |
vsspath | SourceSafe path which specifies the project/file(s) you wish to perform the action on. You should not specify the leading dollar-sign - it is prepended by Ant automatically. | Yes |
login | username[,password] - The username and password needed to get access to VSS. Note that you may need to specify both (if you have a password) - Ant/VSS will hang if you leave the password out and VSS does not accept login without a password. | No |
localpath | Override the working directory and get to the specified path | No |
ssdir | directory where ss.exe resides. By default the task expects it to be in the PATH. | No |
serverPath | directory where srssafe.ini resides. | No |
writable | true or false | No |
recursive | true or false | No |
comment | Comment to use for the files that where checked in. | No |
autoresponse | 'Y', 'N' or empty. Specify how to reply to questions from VSS. | No |
Examples
<vsscheckin vsspath="/test/test*" localpath="D:\build\" comment="Modified by automatic build"/>Checks in the file(s) named test* in the project test using the local directory D: