Reputation: 458
We have remote client TFS 2010 and want create our local TFS 2012(that have sweet agile tools) with our repository and some branches for future tools/test and builds. Is there simple way for action synchronization between our local tfs 2012 and there remote tfs 2010.
I read about Moving a TFS 2010 project to TFS 2012 and Integration Tools but mb there some updates?)
Upvotes: 1
Views: 728
Reputation: 1622
This should be possible with the TFS Integration Platform Tools, as you suggested (http://tfsintegration.codeplex.com/)
The tool supports a continuously running synchronization service, but it is a complicated process where changesets are basically "played-back" checkins from source to target. So all synchronized changesets will be checked in with a new timestamp.
I can recommend http://blogs.msdn.com/b/willy-peter_schaub/ which has a lot of posts regarding TFSIP.
Upvotes: 2