I have been working with a customer who had been frustrated with the need to have new Team Project for every instance of AX that they use. In fact with 3 instances per customer and lots of customers it can very quickly get complicated and I wanted to see if there was a solution for them.
There is a White Paper for configuring AX 2009 to connect to TFS 2008 which will allow you to get all of the basics right. I suggest you follow that first.
Microsoft Dynamics AX 2009 White Paper: Team Foundation Server Version Control Setup
AX 2009 uses the Team Explorer 2008 API to connect to TFS. You can’t just get it to use the 2010 API, but there is a big push to make this sort of interaction version independent in future versions. However for now, you need to use Team Explorer 2008.
On your AX server you will need to install the following components:
Once you have these products installed you can quite happily store the source code for AX Dynamics in TFS 2010 by linking between an AX instance and a Team Project.
Figure: Select the TFS server and the local workspace path that is bound to you TFS Team Project
Figure: Set the Server name and the Team Project name
This gets you started, but if you are a consultancy that has many clients and you have the usual Development, Testing and Production instances of AX for each client you can see how this could quickly become difficult to manage on TFS. If you had 10 clients this would leave you with 30 team projects all linked to different instances of TFS with separate work item queues.
The first things you would need to have done is have a good naming strategy for your projects as you CAN NOT rename a team project. You can see how this could very quickly get messy…
One option to mitigate the work item problem would be to have a single team project for the work items for all of your project. You can categorise them using the “Area” tree and only have AX store the source in the individual Team Projects
Figure: Using Area to categorise your work items in a single Team Project
This works pretty well, but still leaves you with 30 odd Team Projects to manage including your single work item repository project.
There are actually a few ways to configure this, including the way described in the white paper:
Options #2 and #3 are setup in the same way, so I am only going to discuss #3 as it conforms to me previous guidance on when should I use Areas in TFS instead of Team Projects in Team Foundation Server 2010 .
Figure: Ideally map to sub folders
Laying out your source in this way allows you to have a single Team Project to manage while keeping each of your Products/Customers separate. it also means that you can easily merge features from a Feature branch into Main and from there create new Release branches that go to the customer.
Figure: Main Branch hierarchy should be replicated for each customer
Tip: If you are only ever going to have one Feature branch that you continue to work in then you could call it “Current” instead of a feature name.
Lets go back to one of the setting windows for AX 2009.
Figure: The Repository folder links to a TFS Mapped folder locally
AX saves a copy of the customisations in a fixed structure to the path specified in the “Repository folder” textbox. This folder is mapped to TFS and it syncs with that mapping.
Figure: Cheating AX into mapping to a specific folder
In this case if you change the “Repository folder” value to be “c:WorkspacesNorthwindProduct1Feature1” then AX will sync with the correct folder and you have no need to have separate team projects for each instance.
In addition to those listed in when should I use Areas in TFS instead of Team Projects in Team Foundation Server 2010 .
In addition to those listed in when should I use Areas in TFS instead of Team Projects in Team Foundation Server 2010 .
The advantages of this approach far out way the slight added complexity in setup and will allow a company to manage all of their source under one roof. They can also easily move work items from one project to another and make it easy for developers to identify where they are working and what effect it will have without them having to refer to documentation.
Ultimately keeping everything under a single format across the company regardless of team or topic allows everyone to understand the source and the impact of changes a little better. And that is never a bad thing…
If you've made it this far, it's worth connecting with our principal consultant and coach, Martin Hinshelwood, for a 30-minute 'ask me anything' call.
We partner with businesses across diverse industries, including finance, insurance, healthcare, pharmaceuticals, technology, engineering, transportation, hospitality, entertainment, legal, government, and military sectors.
CR2