I work on a large PowerBuilder project with code spread over 58 PBLs. As you can imagine, it’s a pain to go through all of the libraries to check the source control status. Our VC tool, Serena VM /TrackerLink doesn’t remove objects from the PBL when they’re deleted from source control. They’re usually harmless, but they come up in searches and cause me to waste time on them, since I just double-click the search result to look at the object and don’t know it has been deleted from VC. Also, our build sometimes breaks when a developer forgets to add an object. I would like a tool that can scan the PBLS in a target and find objects that aren’t in source control. I know I can write a program to do this with Orca, but I was hoping somebody’s already done it. Anybody know of a tool for this?
Share
Take a look at Roland Smith’s ‘Virtual Library‘
It has three different Source Control options that you can run for an entire workspace, or a specific target in that workspace.