This is a small handy tool that tracks the code files that are being changed by the programmer in a project. At the end of the changes the programmer can build the change pack with one click that they can then submit for code reviews, code merges etc. to other team members. All the programmer needs to do is set the project path that should be monitored by this app for changes, set the destination path where all the changed files should be put to and click "Start Monitoring". The monitoring can be stopped at any time and can be resumed from that point as well. The key feature of this tool is that it retains the original folder structure of the project (excluding the project root). For e.g. if the project is structured like C:\Projects\OrderManager\BusinessLayer\Order.cs, the change pack would have same folder structure from BusinessLayer onward all the way down to the file. This is an obvious advantage in complex projects which have a very deeply nested folder structure.
Features
- One click monitoring.
- Customisable list of supported filetypes. (At the moment only for .NET projects)
- Original project folder structure retention.
- Simple to use.
- Enhances programmer productivity by not having to pick changed files manually for reviews.
- Reduces the chances for file version mismatches.