06-17-2009 09:38 AM
We are using MS Team Foundation Server (Visual Studio 2008) as our repository for our Labview (8.6.1) code. I've been having some trouble figuring out how to create an effective workflow using the tools available. We follow a Trunk, Tag, & Branch coding model. Each developer branches the project trunk when they start work on a new feature. Once that feature is complete and debugged on their branch they merge it back into the trunk and delete the branch.
Questions:
Thanks,
Dave
06-17-2009 12:06 PM
I went ahead and set up LV's Merge VI utility by mapping "Original file" to "Their VI" and "Modified file" to "Your VI." However, when I attempt to resolve the conflicts that arise from the branch merge operation, the option "Merge changes in merge tool" is disabled.
Still searching for a solution....