0

I am copying projects in one solution that is bound to VSS from one solution to another that is not bound (or shouldn't be). When I copy the original project and add it to the new solution, it's showing as checked in and VS is remapping the working folder in VSS; I want this new copy to not be bound to source control and not do the remapping. Is there anyway to disable it, even manually. I can edit the project file if I have to, but I'm not sure what to delete.

Thanks.

Brian Mains
  • 50,520
  • 35
  • 148
  • 257

2 Answers2

1

this is manual, but you can try this out:

http://weblogs.asp.net/bkcarroll/archive/2004/03/08/86059.aspx

basically tells you which files and lines to clear out.

programatique
  • 850
  • 1
  • 7
  • 13
0

You can also click File->Source Control->Change Source Control and unbind the project from SourceSafe.

Catherine
  • 101
  • 1
  • But the problem there is I don't want to unbind from the original project, and if I leave it attached, copy the project to the new solution, and add the project, it moves the working folder because it sees the source control status. – Brian Mains Jul 17 '10 at 19:16