1. Mathias Scheck
  2. PowerBuilder
  3. Monday, 1 March 2021 11:56 AM UTC

Hello,

is there an option for PowerBuilder 2019 R3 to merge branches? (for example: merge a "development"-branch into the master-branch)? Since R3 it´s possible to create and switch branches via the PB-GUI but i haven´t found a GUI option for merging.

Or do i need to use git via command-line / TortoiseGit to do that?

 

Thanks in advance!

Mathias Scheck

Julie Jiang @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 2 March 2021 04:55 AM UTC
  2. PowerBuilder
  3. # 1

Hi Mathias, 

As suggested by Chris, using the Git client for the merging is the recommended way. The feature is not provided in the IDE, because the PB object code is not suitable for merging directly in the IDE. It would easily cause conflicts. If the merge is done in IDE, PowerBuilder would compile the merged code and the compilation error is hard to resolve. 

Best regards, Julie

Comment
  1. Mathias Scheck
  2. Tuesday, 2 March 2021 08:27 AM UTC
Ok, thanks for the response!
  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 1 March 2021 21:05 PM UTC
  2. PowerBuilder
  3. # 2

Hi Mathias;

   Creating a branch and switching branches can now be accomplished within the PB 2019 R3 IDE. However for merging, you would need to use the GIT Client (in your case Tortoise).  HTH

Regards ... Chris

Comment
  1. Julie Jiang @Appeon
  2. Thursday, 23 September 2021 02:25 AM UTC
Hi Ales,

Please note that we will remove PBLs from source control in version 2022. PBLs will be auto-generated from source code, so users need not upload PBLs to source control.

Best regards, Julie
  1. Helpful 1
  1. Aleš Vojáček
  2. Thursday, 23 September 2021 12:03 PM UTC
Hi Julie,

that is awesome news, will be PB2022 available any soon?

This will be most pleasing news for years for me :-)
  1. Helpful
  1. Aleš Vojáček
  2. Thursday, 23 September 2021 13:48 PM UTC
I found

https://www.appeon.com/developers/roadmap



and there is one more promising enchancement : New code editor :-)
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.