PBL Issues on Git project
- Issue
- Git
- David Serrano
- PowerBuilder
- Friday, 9 July 2021 11:06 AM UTC
Hi!
I'm trying switch one of our projects from native Source Control to GIT. I'm using PB2019 R3 Build 2703 and SourceTree as an external Git client.
The thing is I'm having issues with the PBL files every time I try to merge branches, mostly when there's a conflict.
I read somewhere that I should add all PBLs to .gitignore, but GIT still detects that there's pending changes on the PBLs to be committed.
Currently, my .gitignore (located in the root folder of my PB project, next to the .pbw file) contains just this:
*.pbl
*.pbd
*.pbg
*.user.opt
I've tried using the "Stop tracking" option on SourceTree, to no avail. EDIT: When I stopped tracking the PBL, the whole PB Target could not be opened for some reason.
Any advice on how to solve this??
Thanks in advance.
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.