Bryan Corazza

for ( ; ; ) { BizTalk, Workflow, and .NET }

  Home  |   Contact  |   Syndication    |   Login
  55 Posts | 1 Stories | 23 Comments | 42 Trackbacks

News

Archives

Post Categories

Image Galleries

Biztalk

Blogs I read

Downloads and Samples

General .Net

How-To

Other disparate systems

Patterns and Practices

WorkFlow

After doing this a few times I thought I'd write down the process:

  1. Goto the folder containing the solution files and delete the following:
    • mssccprj.scc
    • MyProject.vssscc
    • vssser.scc
  2. Open the MyProject.sln in your text editor and remove the following section:
    • GlobalSection(SourceCodeControl) = preSolution
    • ...
    • EndGlobalSection
  3. Goto the folder(s) containing the project files and delete the following:
    • MyProject.vbproj.vspscc
    • mssccprj.scc
    • vssver.scc
  4. Open the *.proj file(s) and remove the following:
    • SccProjectName = "SAK"
    • SccLocalPath = "SAK"
    • SccAuxPath = "SAK"
    • SccProvider = "SAK"
    Now open up your solution and you should be Source Control free.

    -B

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
posted on Sunday, May 15, 2005 10:34 PM

Feedback

# re: How to Remove Visual Source Safe 6.0d from your .net projects. 6/2/2005 7:44 PM Andrea Grandi
Very usefull! I'm creating an application that do this steps for a given solution. I hope to release it as soon as possible. Byeee

# re: How to Remove Visual Source Safe 6.0d from your .net projects. 6/2/2005 7:55 PM Bryan
Sounds cool. Shoot over the link when you are finished. I'd love to see it.

# re: How to Remove Visual Source Safe 6.0d from your .net projects. 8/3/2005 11:33 AM Billy Roberts
Very useful! How does it differ from the compiled version that you download from
gotdotnet?

Thanks
Billy Roberts
billy.roberts@tfn.com


# re: How to Remove Visual Source Safe 6.0d from your .net projects. 8/10/2005 12:25 PM Force
Thanks for the tip- helps a bunch!

# re: How to Remove Visual Source Safe 6.0d from your .net projects. 8/15/2005 5:10 AM Dennis Ho
Hey
Is there a way to remove source safe from VB6?
Can I use the same method?

Thanks


# re: How to Remove Visual Source Safe 6.0d from your .net projects. 3/1/2006 11:08 AM Waqar
It works for me as charm :). Thank you very much.

# re: How to Remove Visual Source Safe 6.0d from your .net projects. 4/26/2006 5:26 PM Kim
And for setup projects...

# Open the setup project *.vdproj files(s) and remove the following

* "SccProjectName" = "8:SAK"
* "SccLocalPath" = "8:SAK"
* "SccAuxPath" = "8:SAK"
* "SccProvider" = "8:SAK"

# re: How to Remove Visual Source Safe 6.0d from your .net projects. 11/27/2006 3:54 PM jung
awesome. very helpful. i was trying to make a duplicate of my site so that i can play w./ the layout. that totally did the trick!

# re: How to Remove Visual Source Safe 6.0d from your .net projects. 12/26/2007 10:11 PM Johnson
Thank...it was very helpful for me

# re: How to Remove Visual Source Safe 6.0d from your .net projects. 1/27/2010 1:41 PM Karl
OK, so now how do I get the VS2008 project setup for version control with my project that has been migrated to subversion?

# re: How to Remove Visual Source Safe 6.0d from your .net projects. 2/16/2010 6:04 PM Code Magician
Here's a more comprehensive list of steps:
http://codemagician.wordpress.com/2010/01/12/removing-sourcesafe-from-a-solution/

Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification: