Bryan Corazza

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

  Home  |   Contact  |   Syndication    |   Login
  55 Posts | 1 Stories | 15 Comments | 46 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

posted on Sunday, May 15, 2005 10:34 PM

Feedback

# Blog link of the week 20 5/22/2005 5:46 PM Daniel Moth
Blog link of the week 20

# 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. 9/15/2005 1:39 PM Mike
I'm having a couple probs. First, I modified the form, so that you can now select the root directory of your project as well as the temp directory (not everyone has a d:) also, added in a feature to fix C# projects as well. The only last issue that I'm having is that for some reason, all the files, are now "System" files, and thus can't have the hidden attribute removed from them. I'm not sure the exact reason behind this. Any ideas?

# 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

Post Feedback

Title:
Name:
Email: (never displayed)
Url:
Comments: 
Please add 5 and 7 and type the answer here: