InterviewSolution
| 1. |
Can We Configure Scc To Not Check-in The Binary Files? Where Are Such Configurations Done? |
|
Answer» Team Foundation Version CONTROL provides a way to limit check-ins by setting up check-in policies that are evaluated before a check-in can take EFFECT. The easiest way to do this is by AUTHORING a POLICY that CHECKS if the user is trying to check-in a binary file from a given folder structure and reject or accept it in accordance. Team Foundation Version Control provides a way to limit check-ins by setting up check-in policies that are evaluated before a check-in can take effect. The easiest way to do this is by authoring a policy that checks if the user is trying to check-in a binary file from a given folder structure and reject or accept it in accordance. |
|