Business example : our team has an environmentOverride configuration key in web.config used for debugging purposes, and sometimes a team member accidentally passes their web.config file with the wrong override value, for example, โproductionโ when we want it to be โbetaโ "
Desired result : I right-click on the project folder, click "SVN Commit ..." and does the default value of the checkbox opposite "web.config" UN-checked? Now it always checks every file by default. Perhaps a property called "LeaveUnCheckedWhenTryingToCommit" = true, or something like that, would be great to do in separate files like web.config.
Most likely, we will not make many changes to web.config, so that would be nice.
Thanks in advance!
---- UPDATE ----
The site that shows how to implement the solution is http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-commit.html
source share