Hello,
A quick question about a weird merging behaviour I have not encountered before:
I have a Dev branch created from my Main branch.
In dev I'm adding two .dll's for an ISV package. These .dll's live in a //bin subfolder.
I am attempting to merge from Dev to Main and have the dll's and up in the same folders as they are in the dev branch.
In Dev the dll's in the source branch are in:
//Metadata//CCH_SureAddress//bin//SureAddressWrapper.dll
and
//Metadata//CCH_SureAddress//bin//SureTaxWrapper.dll
But... in the VM mapped to the Main branch, I select the merge from Dev, and even though Organize projects by element type option is on, after I select merge by change set the result was this:
I expected the new //bin folders to be in the CCH_* folders off the main Metadata folder, and not have a new //Metadata//Metadata//CCH_* set of folders created.
What am I doing wrong?