SourceSafe and Visual Studio

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Does anyone know how to remove the link between Visual Studio, and SourceSafe? Without manually editing the registry? Thanks in advance

Kind regards

D
 
DMC said:
Hi,
Does anyone know how to remove the link between Visual Studio, and
SourceSafe? Without manually editing the registry? Thanks in advance.
Kind regards,

D

select the solution, and then from the main menu (not right-click):
File | Source Control | Change Source Control
there you can "disconnect"


Hans Kesting
 
In addition to Hans' solution, you can also make the files readable and
delete all .scc files. You will also have to edit the .sln file. There are
times when you have to do the manual method, although the VS.NET method is
easier.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
DMC said:
Hi,
Does anyone know how to remove the link between Visual Studio, and
SourceSafe? Without manually editing the registry? Thanks in advance.
 
Back
Top