Hi,
I'm using the integration tools to migrate the code from SVN source control to TFS 2010, everything went ok and the migration has terminated with success.
While comparing the two source control files I see that some files are not correct, the content of some files in SVN are not the same as the ones in TFS, after some investigation I saw that all the files that were moved from the trunk to a branch or tag
(SVN) with changes were not correctly migrated to TFS.
Example:
- In SVN I have file A1 (with content "Sample1") in Trunk directory "Original".
- I use SVN command line to move file A1 to a directory Tag called "Migrated" (the file is not yet submited to source control).
- I change the content of the A1 to "Sample2".
- I submit changes to SVN.
After migrating to TFS I have the file A1 in "Migrated" directory (in the Tag) but the content of the file is "Sample1" (not "Sample2").
It seems that the migration is not expecting changes in a move operation, does anyone as seen this behavior? Is there some solution for this?
Thanks,
CC