Hi,
I have following target in my build file:
<vssget
user="${vss.user}"
localpath="${local}"
recursive="true"
replace="true"
writable="true"
dbpath="${vss.dbpath}"
path="${vss.path}/${filename"
failonerror="false"
version="2.0"
/>where i check for each filename,if a label "2.0" exists,if it exists, i pull by vssget task.
Problem is it not only pulls file with label "2.0" on it,but also those files that have version 2.0 in sourcesafe.Looks like it pulls by either the label or the version,not one of them,
any clues??did a search on google,didn't find any answers,
thanks,
sandeep.
|