-
Sriraksha R Bhat
- PowerBuilder
- Tuesday, 28 April 2026 05:03 AM UTC
in our existing project we have the code segregated as modules/business logic folders. Each module has the srd/srw and the corresponding pbl. i want to introduce source control. i was able to upload the code to git. but the entire code gets uploaded/ downloaded as individual modules and code is inside PBLs. Since PBLs are library files the changes cannot be tracked. So I tried a different approach. I separated PBL from the srw folder. and now after the change, i export the changed srw to the folder and replace it in my local copy. but surprisingly the timestamp doesnt change! if i export it to my desktop, the latest timestamp is taken. so i tried to manual copy that from desktop to the expected folder, to that module. the timestamp would then be correct. However the git bash or gui doesnt track the change or show the difference between the old and new files.
What needs to be done to track the changes performed at srw or srd levels? - for source controlling.
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.