I have a Powerbuilder 2017 R2 application where the workspace and the application PBLs are in GIT Repo1.
The pfc, pfe, and business layer PBLs are in Repo2.
When I want to change anything in the application, I just commit and push to Repo1 which is what I'm connected to by default.
If I want to change any of the pfc related objects ( pfe or business layer ), I open a separate workspace that is connected to Repo2 which has a dummy target that I can use just to be able to do a full build without errors.
We did this because 4 different applications use the same pfc.pfe, and business ( gbc ) libraries.
This all works fine. However, when I do a deploy of the application, a bunch of the items in the source controlled
pbls get marked with check marks like they've been modified.
This is very strange and I wondered if anyone else had seen this.