Hello Community, I'm trying to make the automation of processes from SCC version control "PB Native" in PowerBuiilder9. And I have generated the structure and ficehros necessary, but there is a process orcascr9, not if I use it well, or is there something that overlooks ... I've created a workspace with a single SCC for testing, but if I change an object in a workspace, the process of "soc get latest version", does not incorporate changes me. I tried with all combinations of parameters for "scc set target" without success. When performing llamda set target, the librarylist inicialida correctly and the library of the target and the app, but that's all it does, in no time the process of linking the local project with the repository is done ... I followed this call, execute the instruction scc full refresh target, but does not perform any action, (I guess it's because they have not imported objects from the repository of the SCC) Agradecezco in advance any suggestion respuets, etc ... If I was wrong POST for this article, and you know where I can post this question, please let me know ... Atentemente, Jordi Gonzalez Gonzalez ------ ORCASCRIPT CODE ----- start session scc set connect property project from_scc scc set connect property provider "PB Native" scc set connect property localprojpath local_prj scc set connect property userid "build" scc set connect property logfile log_scc scc set connect property logappend "false" scc set connect property deletetempfiles "true" scc connect scc get latest version target_orca scc set target target_orca REFRESH_ALL scc target refresh full build application full scc close end session
↧