Posted By:
Rik_Sweeney
Posted On:
Friday, May 10, 2002 07:34 AM
I'm attempting to retrieve files with labels from Visual SourceSafe, so that I can have a stable version of a program. Currently I am just getting all the files using vsspath=" ailcode" recursive="true" ssdir="${sourcesafe}" login="passwordhere" serverPath="pathhere"/> This works fine. However when I attempt to retrieve a file with a label by issuing vsspath=" ailcode" recursive="true" label="Version1" ssdir="${sourcesafe}" login="passwordhere" server
More>>
I'm attempting to retrieve files with labels from Visual SourceSafe, so that I can have a stable version of a program. Currently I am just getting all the files using
vsspath="
ailcode"
recursive="true"
ssdir="${sourcesafe}"
login="passwordhere"
serverPath="pathhere"/>
This works fine. However when I attempt to retrieve a file with a label by issuing
vsspath="
ailcode"
recursive="true"
label="Version1"
ssdir="${sourcesafe}"
login="passwordhere"
serverPath="pathhere"/>
I get an error message. If I leave label as blank, i.e.
vsspath="
ailcode"
recursive="true"
label=""
ssdir="${sourcesafe}"
login="passwordhere"
serverPath="pathhere"/>
Then all works fine. I've checked that the label name exists which it does. Does anyone have any suggestions?
<<Less