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.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

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

link|improve this answer
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
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.