next up previous contents index
Next: VssCp Up: Microsoft Visual SourceSafe Tasks Previous: VssCheckout   Contents   Index

VssAdd

Description

Task to perform ADD commands to Microsoft Visual SourceSafe.

Parameters

Attribute Description Required
localpath Specify the local file(s) to add to VSS 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
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

<vssadd localpath="D:\build\build.00012.zip"
            comment="Added by automatic build"/>
Add the file named build.00012.zip into the project current working directory (see vsscp).


next up previous contents index
Next: VssCp Up: Microsoft Visual SourceSafe Tasks Previous: VssCheckout   Contents   Index
Andrew Marlow 2003-07-08