We are trying to work on a solution for synchronizing two TFS 2013 servers.
We have two TFS 2013 servers, one in the development environment (say, TFS 2013 Development), and the other in the production environment (production of TFS 2013).
We need to be able to:
- Synchronize code snippets from TFS 2013 Development to TFS 2013 Production as needed.
- Synchronize TFS tasks and work between TFS 2013 Development and TFS 2013 Production. This should be immediate and bi-directional. That when any changes are made to work items / tasks in TFS 2013 Development or TFS 2013 Production, it should be immediately reflected on another TFS server, respectively.
We started by looking at the foregoing and trying to use the TFS integration platform to synchronize code between the development of TFS 2013 and TFS 2013 Production Servers.
Therefore, we basically have three questions:
Is TFS 2013 for TFS 2013 a code / work item synchronization supported by the TFS integration platform tool?
How can we do Synchronization for code repositories and work items as described above for TFS 2013 in TFS 2013?
Is synchronization a new direct feature of TFS 2013 and can it be without any third-party tools?
source
share