Hi Get ready for a major change in thinking !
This is what I would do : change the entire structure of your solution and folders, because this setup is not workable. download tree surgeon, and make a small test setup http://www.codeplex.com/treesurgeon/Wiki/View.aspx?title=DevelopmentTreePart3&referringTitle=Home also the following links are very intresting : http://www.infoq.com/articles/agile-version-control http://en.wikipedia.org/wiki/Revision_control http://en.wikipedia.org/wiki/Comparison_of_revision_control_software that will save me a lot of writing ;-) when you're done reading, and get the big picture, do no hesitate to ask for other questions ;-) with kind regards Ruben Willems On Fri, Jan 30, 2009 at 12:10 PM, Victor <[email protected]> wrote: > > On 29 Jan., 20:23, Ruben Willems <[email protected]> wrote: > > how are these solutions and projects stored in your source control? > > $/source/solutionA > > $/source/solutionB > > Irregularly, e.g. > > $/dir1/solution1.sln > $/dir1/project1ForSln1.vsproj > $/dir2/dir3/sourceForSln1.cpp > $/dir2/dir3/project2ForSln1.vsproj > $/dir4/dir5/solution2.sln > $/dir2/dir6/sourceForSln2.cpp > $/dir7/sourceForSln3AndSln4.cpp > $/dir7/solution3.sln > $/dir2/solution4.sln
