Enable Source control in Visual Studio Environment

  • Thread starter Thread starter kumar
  • Start date Start date
K

kumar

hi,

i am working on visual studio 2003 and i dont have any idea on how to
enable source control to a solution can anyone suggest a solution for
that
 
kumar said:
hi,

i am working on visual studio 2003 and i dont have any idea on how to
enable source control to a solution can anyone suggest a solution for
that

First, you have to install an MSSCCI-compliant source control system (Visual
Source Safe, Source Offsite, Vault, Perforce, StarTeam, etc, etc, etc).
Once that's done, you add a solution to source control by right-clicking on
the solution node in the solution explorer and choosing "Add to Source
Control" from the context menu.

-cd
 
Back
Top