Hello
We are migrating our trunk code from TFS (VCS, MSSCCI) to SVN. [We don't put the 1.5 gig of PBLs in SVN (total waste of space and effort) as the tool leads you to think you must do. It works just fine without PBLs. Branching works fine too.
When adding a workspace, there is a major manual effort to unselect / select all the proper files under the workspace to go into ws_objects.
We have 100+ applications which are based on a 15 PBL common PBD framework code set.
Must each application be manually added to source control? (big manual effort)
or
Is there a way to automate the process?
Thanks for your thoughts
Yakov Werde
Dev Ops & Sr Developer
Openlink Financial
You can use "scc connect offline" to compile the source code managed by the SVN/Git source control system in PowerBuilder 2019 R2; while ***you cannot use "scc connect" to connect with the SVN/Git server or get the source code from the server. Therefore, the following OrcaScript source control commands do not work with the SVN/Git solution in 2019 R2: ****
scc connect
scc get connect properties workspaceName
scc get latest version file_list [file_list ...]
The commands related with connecting to the server such as "scc set connect property userid userID", "scc set connect property password password" etc. will be simply ignored.