views:

19

answers:

1

Is it advisable to maintain .dsw or .dsp files under source control with periodic check ins and check outs depending on the projects.

+2  A: 

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

Dean Harding
But somehow in our team we tend not to maintain dsw and dsp in source control apparently due to some fear which we have not yet figured out. So we will be changing that shortly and make it a habit to update the same.
ckv