Source Safe 6.0d and Visual Studio 2005 project tree problems - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T23:31:24Z http://stackoverflow.com/feeds/question/127878 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/127878/source-safe-6-0d-and-visual-studio-2005-project-tree-problems 1 Source Safe 6.0d and Visual Studio 2005 project tree problems WACM161 2008-09-24T15:28:49Z 2009-03-23T09:23:23Z <p>Whenever I try to add a new project to my SourceSafe repository it creates 3 folders with the same name nested within each other. There is only one folder on my drive yet in Sourcesafe there are 3??</p> <p>Can anyone suggest what may be causing this?</p> <p>Thanks</p> http://stackoverflow.com/questions/127878/source-safe-6-0d-and-visual-studio-2005-project-tree-problems/127909#127909 1 Answer by Nick for Source Safe 6.0d and Visual Studio 2005 project tree problems Nick 2008-09-24T15:33:54Z 2008-09-24T15:33:54Z <p>Try creating the project in VS2005 disconnected from source control, then creating the project folder in VSS, set the working folder correctly, add the files to sourcesafe from VSS, then lastly edit the source control bindings in VS2005 and check the bound project into source control.</p> <p>A little kludgey but this is how I do it.</p> http://stackoverflow.com/questions/127878/source-safe-6-0d-and-visual-studio-2005-project-tree-problems/127948#127948 1 Answer by Booji Boy for Source Safe 6.0d and Visual Studio 2005 project tree problems Booji Boy 2008-09-24T15:40:17Z 2008-09-24T15:40:17Z <p>If you drag and rop a new project folder into VSS and do a recursive add then that's just how it works. Otherwise you have to create your own root project folder in VSS and add each file one at a time to VSS by hand. </p> http://stackoverflow.com/questions/127878/source-safe-6-0d-and-visual-studio-2005-project-tree-problems/343325#343325 0 Answer by Genious for Source Safe 6.0d and Visual Studio 2005 project tree problems Genious 2008-12-05T09:41:16Z 2008-12-05T09:41:16Z <p>well, that problem comes due to visual studio. because visual stuio by default save solution file in the my documents/...../.../vs 2008/projects/ location and that address is also saved in the .sln file.</p> <p>that's why every time you get latest within visual stuio it try to creat same strucute and make another copy with in the main project folder.</p> <p>Solution, well i still trying to figure out how to tackle it.</p> <p>cheers, Genious</p>