next up previous contents index
Next: VssCreate Up: Microsoft Visual SourceSafe Tasks Previous: VssAdd   Contents   Index

VssCp

Description

Task to perform CP (Change Project) commands to Microsoft Visual SourceSafe.

This task is typically used before a VssAdd in order to set the target project

Parameters

Attribute Description Required
vsspath SourceSafe path which specifies the project you wish to make the current project. 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
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

Examples

<vsscp vsspath="/Projects/ant"/>
Sets the current VSS project to $/Projects/ant.


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