Set default of "Commit all dependencies"

jsreynolds1jsreynolds1 Posts: 82 Silver 1
I've been using Source Control from Red-Gate for over 2 years. In all that time, I have never used, nor wish to use, the check-box which appears (and is defaulted to checked) for commit all dependencies.

Is there ANY way to change this, so I either don't see the message, or can set a default for it to be cleared?

Thank you,

John

Comments

  • Hi John,

    Yes, there is a way of setting the default behaviour of the checkbox.
    1. Make sure that SQL Server Management Studio is closed.
    2. Open the %LocalAppData%Red GateSQL Source Control 4RedGate_SQLSourceControl_CommonUI_UIOptions.xml file in a text editor.
    3. Inside the UIOptions tag, add <IncludeDependenciesCheckbox>False</IncludeDependenciesCheckbox>
    4. Save the file.

    I hope this helps.
    Software Engineer
    Redgate Software
Sign In or Register to comment.