I canโt say why this is happening, but for what it's worth, we completely avoid the problem of StarTeam deleting all local files before checking. Thus, we get all the files. We use the following StarTeam arguments in our NAnt script:
delete-local -q -p "${starteam_project_root}" -is -filter "N" -cfgd "${exec_time}"
This means something like:
delete-local -q -p "user: passwd@SERVER :49201/ProjectName/" -is -filter "N"-cfgd "09/18/2008 14:33:22"
dgvid source share