From my years of working in various teams, one of the most common problems I face is unchecked-in code. Whether someone left or I was being the additional resource of the team, often the main branch was not up-to-date, and that there were files that were yet to be checked-in.
Because of that, I wrote this simple tool which will allow you to do a scan of a machine’s local directory recursively and will notify you of any unchecked-in code.
For more information, please visit https://github.com/tommysegoro/CheckedOutFiles.
