I have a project under my management.
It has the following structure:
$/Code/MainSolution $/Code/Branches
I want to branch the MainSolution in $/Code/Branches
So I do it, (it works perfectly), I set a working folder for that project and do a 'get latest'.
But when I open that solution in Visual Studio 2005 it identifies every file as new (+ sign in front of the file) and when I commit it it goes to
$/Data/NameOfTheBranch
Why does it do that? Why doesn't it follow MY rules?