Hi,
I try to use Git integration in PB 2019 and use OrcaScript to (automatically) get an application from repository, refresh libraries and build application.
Powerbuilder adds the PBLs with its objects to git repository. But it seems no good idea to commit and push changed to PBLs to repository (changes with every rebuild, problems with merging).
This works fine if I objects were changed or new objects were added. OrcaScript updates the objects in the libraries loaded from repository and adds new objects.
But it I does not delete objects from PBLs!? If and object is in the PBL in repository it remains in that PBL even if the object was deleted.
"Refresh" in IDE works as expected but not OrcaScript.
Is this a bug or what is the recommended way to work with PBLs and objects?
René
if I do a refresh in the Powerbuilder IDE the object vanishes. If I do a refresh using OrcaScript the object is still there. So if I automatically build the application using OrcaScript the object will always be part of the application. I have no chance to remove it from PBL without a committing and pushing push the changed PBL to repository.