Hello, all
I am having a problem refreshing a target using Orca script with PB2017 and VSS.
All the objects in the library are refreshed, but the library itself is not - no new objects are downloaded, so the build fails. On the same machine from the PB IDE everything works correctly.
This is the script:
//---------------------------------------------------------
start session
scc get connect properties "workspace.pbw"
scc set connect property deletetempfiles true
scc set connect property logfile "workspace_sc.log"
scc connect
scc set target "target.pbt" refresh_all exclude_checkout
scc refresh target full
end session
//----------------------------------------------------------
Can someone tell me what is wrong and how to fix this?
Thank you
Arcady