Last Friday I started a project in Visual Studio 2012. We use Visual SourceSafe 2005 for our source control. I wish I hadn't done this, but I did, when I created the project in VSS 2005, I put it at the root level. I didn't realize my mistake until today. We have a root level project that would have been much more appropriate to have put this into, but I didn't do that.
So here are my questions. First, is it possible to move a project in VSS 2005's Visual SourceSafe Explorer, from one place (the root level) to another place (under a different root level folder)? Where it is on any of our development machines is a different issue, I just want to move this project, within VSS, to where it should be, where other developers will look for find it.
Second, if it is possible to do this, then how do I do it?
You can try the steps below:
In Visual SourceSafe Explorer, you can use the menu File->Move command to move your project.
In Visual Studio, please go to File->Source Control->Change Source Control and update the mapping to make sure it uses the new server path.