1. David Peace (Powersoft)
  2. PowerBuilder
  3. Tuesday, 25 June 2024 14:49 PM UTC

Hi

Just testing GIT for source control. We have pushed our PB app to Git and the cloane t to another PC. PB IDE says there are no PBLs with is correct and then regenerates them. It deletes the PBG files from the local folder. A push back from the cloned environment will delete the PBGs from Git and so on....

This does not seem like normal behavour, have we done something wrong?

Cheers

David

Accepted Answer
kitty he @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 26 June 2024 02:09 AM UTC
  2. PowerBuilder
  3. # Permalink

Hi David,

 

The Pbg file was a form of source code management file used in the old VSS or PB Native. Starting from PB2022, our source code management (SVN & Git) employs a new method where PBLs do not need to be uploaded. Instead, when fetching source code from the server, PBLs are automatically generated, and during this process, a new Pbg file is generated using additional logic, which is then deleted after use. This explains the situation you mentioned.

 

With SVN and Git, there is no need for Pbg files, and there should be no impact on your application.

 

Regards,

Kitty

Comment
  1. David Peace
  2. Wednesday, 26 June 2024 07:42 AM UTC
Thanks for the clarification Kitty, I really appreciate your input.
  1. Helpful
There are no comments made yet.


There are replies in this question but you are not allowed to view the replies from this question.