Description
Task to perform CREATE commands to Microsoft Visual Source Safe.
Creates a new project in VSS.
Parameters
Attribute | Description | Required |
login | username,password | No |
vsspath | SourceSafe path of project to be created | Yes |
ssdir | directory where ss.exe resides. By default the task expects it to be in the PATH. | No |
quiet | suppress output (off by default) | No |
failOnError | fail if there is an error creating the project (true by default) | No |
autoresponse | What to respond with (sets the -I option). By default, -I- is used; values of Y or N will be appended to this. | No |
comment | The comment to use for this label. Empty or '-' for no comment. | No |
Examples
<vsscreate vsspath="/existingProject/newProject"/>Creates the VSS-Project $/existingProject/newProject.