CDuke/AutoMerge

Target Branch not shown/offered

Closed this issue · 1 comments

Hi,

our admin moved our project-branches to new sub-dirs and now AutoMerge doesn't show the target-branch anymore (it works with VS if i merge within the Source Control Explorer, so the system knows the paths)

The new structure is:
$/Company Software/Mobil/Apps/Beta/ - here i edit and check in
$/Company Software/Mobil/appname/R3.0/ - this is the target path

currently AutoMerge is offereing other Target Paths like:
$/Company Software/Mobil/thisone
$/Company Software/Mobil/anotherone

Any idea why this doesn't work or how to fix it?
Thanks a lot - i really miss this extension right after the first check-in without it :D

Solved!
Problem was: The new directories weren't converted to "Branch"-Type.
VS itself has no problem to find such directories as target-path for a merge but the AutoMerge-Extension is looking for Branch-Type-Directories only so it seems :)