Source Safe 6.0d and Visual Studio 2005 project tree problems - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T23:31:24Zhttp://stackoverflow.com/feeds/question/127878http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/127878/source-safe-6-0d-and-visual-studio-2005-project-tree-problems1Source Safe 6.0d and Visual Studio 2005 project tree problemsWACM1612008-09-24T15:28:49Z2009-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#1279091Answer by Nick for Source Safe 6.0d and Visual Studio 2005 project tree problemsNick2008-09-24T15:33:54Z2008-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#1279481Answer by Booji Boy for Source Safe 6.0d and Visual Studio 2005 project tree problemsBooji Boy2008-09-24T15:40:17Z2008-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#3433250Answer by Genious for Source Safe 6.0d and Visual Studio 2005 project tree problemsGenious2008-12-05T09:41:16Z2008-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>