Hi Guys
I've set up a Jenkins Job with SVN in order to build a PB2019R3 project
In this workspace I've several pbl and there are in different pbl (they are shared with other projects) windows with same name
i've seen during the orca refresh all these objects (.srw, ecc) are in the same directory so the last object overwrite the first one with the same name.
Is there a way to avoid this?
Thanks in advance for your help
Here my orca script:
start session
set debug true
scc set connect property localprojpath "C:\Program Files (x86)\Jenkins\workspace\MEP_8_8\Compila_0808\SC"
;localprojpath must point to the parent directory of ws_objects folder
scc set connect property logfile "C:\Program Files (x86)\Jenkins\workspace\MEP_8_8\svnorca.log"
scc set connect property logappend false
scc set connect property deletetempfiles "true"
scc connect offline
scc set target "C:\Program Files (x86)\Jenkins\workspace\MEP_8_8\Compila_0808\SC\mep.pbt" refresh_all importonly
scc exclude liblist "C:\Program Files (x86)\Jenkins\workspace\MEP_8_8\Compila_0808\SC\pbdom.pbd" "C:\Program Files (x86)\Jenkins\workspace\MEP_8_8\Compila_0808\SC\pbsoapclient.pbd"
scc refresh target 3pass
scc close
end session