Browse by Tags
All Tags »
TFS Version Con... »
TFS Migration (RSS)
Interested in writing a migration tool targeting (or synchronizing with) Team Foundation Server version control or workitem tracking? Then check out the pre-release of the TFS Migration and Synchronization Toolkit on CodePlex! http://www.codeplex.com/MigrationSyncToolkit
Read More...
When running the VSS to TFS converter (VSSConverter.exe) one of the most common questions I hear is how to create a UserMap.xml file for users who are no longer with the company or have had their accounts renamed. My first suggestion is that any customer
Read More...
In my previous rant I made this statement (quoted out of context): Migrating WSS content to TFS? Piece of cake. Just enumerate each WSS change and replay the action in TFS. If you are doing an incremental migration then just enumerate those changes that
Read More...
Every once in a while I get a message that at first baffles me but once I understand the problem it's hand-smackingly obvious. This error message was one of those. "hexadecimal value 0x07, is an invalid character" By now I’ve run into this problem a few
Read More...
I'm curious what you think. Imagine you have an installation of Generic Version Control System with 500,000 items you intend to migrate to TFS. Each item has, on average, 3 revisions of history. So you have 1.5 million revisions. And let's say that this
Read More...
There is an upcoming Team System chat on the 8th. I will be involved to field questions on version control migration and the new QueryMergesWithDetails API that became available in SP1. Join members of the Visual Studio Team System product group to discuss
Read More...
Yesterday I presented 20 questions that I think are a good starting point when designing or evaluating a version control migration product. The point is basically to get folks thinking about what should be migrated, how it should be migrated and what
Read More...
Introducing on Team Foundation Server family! We have Work Item Tracking, Team Build, Version Control and the Data Warehouse!” And the “Other System” family! With Proprietary Bug Tracking, Informal Build Process and Your Version Control System of Choice!
Read More...
Last time I discussed the issues surrounding namespace conflicts when designing a version control migration tool. The basic lesson was that there are times when operations must be executed in a specific order for them to migrate properly. But what if
Read More...
Migrating from one version control system to another is tough. I don’t care what the internet forums are saying or what Joe from down the hall told you. It’s hard. Very hard. Deceptively hard. The obvious algorithm looks trivial: FOR EACH Changeset CS
Read More...