Hi all
I've created a branch to handle some new developments I don't want impacting on the trunk until they're complete.
Initially I simply created a copy of the trunk. I then created working copies of both the trunk and the branch.
In the working copy of the trunk, I modified a couple of files and added a new one. I then committed my changes.
I then merged from the trunk to the working copy of the branch. The modifications came through okay but the new file didn't appear. Interestingly, the modifications to the csproj file did work so Visual Studio thinks the file should be there, even though it isn't!
Did I do something wrong, or does the merge functionality not handle new files?
Thanks
David