What % of the files in a child branch have deltas from the parent branch? To answer these I’ve traditionally had to map both paths into a workspace, get everything and use a diffing tool likeBeyond Compareto diff the tree structures. The history command does not give me the level of ...
Using this tool allows you to store the complete database schema in the repository. When a branch requires a schema update to work properly, you should edit your checkout's schema and run the new tool to figure out the necessaryALTER/CREATE/DROPstatements to run, and apply them. Similarly...