Hi,
We have a branch (called 'Main') that contains a web site (and several other projects). We made a second branch (called 'Development'), and everything appeared to work correctly. The workspace mappings all appear to be correct.
Now - in the 'Development' branch, if we go 'Add New Item' to the web site, the new item appears correctly in the solution, but the actual file on disk is created under the 'Main' branch folder rather than the 'Development' branch folder.
For example, in the solution we see "Development/Web Site/New Item.aspx".
But the file on disk is actually created at "Main/Web Site/New Item.aspx".
This is only happening for the web site in the solution, and not any of the other projects.
Is there something that we are doing wrong with our branching, or is there some configuration setting somewhere that is incorrect? I have checked the solution files, and all the paths seem to be relative rather than absolute, and it all looks correct.