Repository feature: Compare (selected) with base #595
josef-poetzl
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion #579 (Diff Tool set to TortoiseGitDiff.Bat) gave me the idea of adding a “Compare Selected with Base” control in the ribbon to compare the selected Access object with the last checked-in version.
Previously, I did this via the file system (TortoiseGit context menu) or via “Open Repository”.
The call is relatively simple:
modObjects.Diff.Files strSourceFilePath, vbNullString
In addition: this call directly in the VBA editor would be even more practical.
Beta Was this translation helpful? Give feedback.
All reactions