How do I disable preconditions for my project?
![](http://jazz.net/_images/myphoto/1b208fd40e66a9f5052d5b1ca37e44f1.jpg)
Lauren/Tim,
Thanks for the explanations and the links. I am trying to deliver the components that I loaded from SVN to our main development stream but the "Source Ctrl Deliver Preconditions" are kicking in and preventing me.
I guess there are preconditions that prohibit members to check in code with "compile errors, work-space errors",
"unused imports" etc, I am trying to disable these pre-conditions which is ok for me in this case.
Accepted answer
![](http://jazz.net/_images/myphoto/1b208fd40e66a9f5052d5b1ca37e44f1.jpg)
Generally, there is an option to overrule the precondition in the advisor. Then you can press the Try Again button to deliver.
If you want to check how the preconditions are configured....
If you want to check how the preconditions are configured....
- Right-click on your project area in the team artifacts view and select Open
- Click on the Process Configuration tab
- In the Configuration section, expand Team Configuration > Operation Behavior
- In the Operations table, scroll down to Source Control > Deliver (client)
- Click on the Everyone cell in that row
-
The preconditions will be listed below. Check that the "User may overrule" box is checked.
Comments
R jose
Mar 15 '13, 11:26 a.m.Thanks that worked as well