PB 2025 solution with git/bitbucket
- New
- Issue
-
Amit Sharma
- PowerBuilder
- Monday, 16 February 2026 08:45 PM UTC
We are struggling with GIT/Bitbucket issue since we migrated to GIT. We have PB 2025 professional (build 3711) and issue is sharing an object for changes. We are using Solution instead of workspace.
Scenario
User A & B
Object - W_main
Both users are working on same branch called SPRINT-XYZ (Working branch for each sprint). This branch is created in bitbucket and copy of develop (code to deploy in QA)
User A and B Changes to SPRINT-XYZ and gets latest
Day 1
- User A working on object w_main
- User B started working on w_main
Day 3
- User A commits and pushes changes.
Day 4
- User B completes the code, commits and tries to push the change but gets message to pull the changes first due to conflict. It doesn't really tell you which object.
- Now User B tries to pull changes, and it fails with same message.
All of this is done from PB editor. To resolve, we need to do many steps like cloning repo to new folder then merge changes manually and discard old repo. We have spent some extensive hours restoring code from repo few times. What are we doing wrong? It used to be fine using SVN.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.