Is there a setting to add items to VSS by default

If I add a form it creates a link in the solution\project to the form. But the form is not in VSS until I check it in, it is only shown as a newly added file. So if another developer then opens the project and tries to build it he will get an error saying those files are not found.

Is there way to have items added to VSS by default to avoid this issue



Answer this question

Is there a setting to add items to VSS by default

  • Derek Greer

    When you add the form to the project, the project file is checked out. Don't checkin the changes to the project file unless you checkin the form at the same time, too!

    This way, when another developer opens from source control the project he will get the version that doesn't have the reference to the new file and he'll beuild the project without problem.

    Alin


  • Is there a setting to add items to VSS by default