Can't get project to the right folder in VSS
-
I use VS 2008 (VC++) with VSS 2005 integration. Locally my project is located in c:\Projects\Proj1. There are Proj1.sln and Proj1.vcproj in this folder. All source files are in this folder too. In VSS database there is a folder called $/Projects. From VS 2008 I right-click on solution and select "Add Solution to source control" I select "$/Projects" as VSS location At this time "Name" on "Add to SourceSafe" dialog is set to "Proj1.root". I clear that field so that it is empty. Then I press OK. After check in operation completes I see that folder $/Projects/Proj1/Proj1 has been created in VSS database and everything is added in this folder. That is one extra Proj1 subfolder was created. I would expect that folder $/Projects/Proj1 is created in VSS database and everything is added in this folder. Can anyone explain why this happens and how to achieve what I expect to see?