Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Toad issues multiple check in / check out commands when using GIT
설명
When doing a checkout or check in of an object in Toad Team Coding, using GIT repository, the process is very slow. On checking the git output in Toad, see that the git log command is executed multiple times during a checkout
해결 방안
The developers have verified this behaviour and it is by design.
Toad issues multiple "git log" commands to check the file status and get revision information at different stages of the check-out/check-in process. It relies on live Git data and does not cache/persist this information, which is why there are repeated log reads.
추가 정보
This issue may affect larger/older Git repositories with a lot of historical data inside.