Hi
I'm trying to work out how Powerbuilder 2021 works with Git. I need to understand how 2 developers can change 2 different objects in the same pbl, and commit them without conflict.
The documentation says:
Upload PBL
Starting from version 2022, the PBL files no longer need to be uploaded to the source control server, because they will be automatically generated using the source code downloaded from the source control server (when executing the "Connect to Workspace" and "SVN Update" operations).
The "Upload PBL" menu is preserved for projects that have been managed and upgraded from the earlier versions.
Does anyone know where I can find the documentation on Powerbuilder 2021 which might tell me how to use this menu, and help me understand the concepts.
In my mind a pbl is a single physical file, and I know that you can export a specific object as a single file... but I just don't understand how you can change 2 objects in a pbl in powerbuilder, on two machines, commit both to Git. And then merge them into the same branch without a conflict on the .pbl file.
Can anyone explain in layman's terms how this works thorugh Powerbuilder and Git and how to merge code in Git for pbls whilst managing that 2 different objects within the pbl might have changed - how we keep both sets of changes in-tact. Noting that I am using PB 2021 so the pbls won't "automatically be generated from the source code" as per the documentation
Thanks
-confused-