Is it advisable to maintain .dsw or .dsp files under source control with periodic check ins and check outs depending on the projects.
Is it advisable to maintain .dsw or .dsp files under source control with periodic
Share
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.
Yes, of course! Otherwise how would other developers know to add new files to the project when you add one to your project? You’d have to tell them, which would defeat the purpose of source control!*
You would check in changes to your solution/project files every time they’re modified, just like any other file.
* Well, not entirely