DOs and DONTs - Adding a Solution to VSS

Add a new Solution and Projects to the VSS:

 

DONT –

Count on the VS.NET => “Add Solution to Source Control…” to add your solution

and projects to the VSS.

It will create such a mess in the VSS, a mess you’ll find difficult to clean up later on, that you’ll be

sorry for the moment you’ve chosen this option.

In addition, it will not give the desired (and recommended) structure:

 

MySolution

   – MyWebProject

   – MyClassLibrary1

   – MyClassLibrary2

   – …

 

 

DO –

Follow the steps in this great post. I truly believe this link is a MUST

for every developer who’s working with VS.NET and VSS on a daily basis.

 

I hope this will help you all…