I got the latest code for my database project. When i check in my stored proc, It simply overwrote the TFS version and it didn’t even prompt for any Merges or differences.
Wondering if there are settings that i have to take care?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TFS will only prompt for merges if someone has checked in (modified) the item after your check out. If the item hasn’t changed since your check out, your check in will simply put your version in place over the existing version. That is expected behavior.