Hello
We've been using PB 2019 and GIT (BitBucket Server) now for some time, and with some custom scripting (a refresh-all.ps1 that uses PBC to rebuild PBLs from source) its all working rather smoothly.
However, I noticed that there is a problem with the PBT file in that the library list entry is a single continuous line (separated by semi-colons).
Therefore, if 2 or more developers add PBLs, it results in a Merge Conflict requiring manual intervention. Manually resolving the merge on this single line of code was a bit involved too... I used Excel, Text to Columns and Transpose functions to compare the incoming differences and build a combination list from the 2 sources.
This would all be alleviated if the PBT LibList had line-feeds between each entry... GIT would be able to do an auto merge of these 2 lists.
Anyone else experienced this? Any plans to resolve?
Thanks!
...Chris
Cheers, Chris