svn - Error migrating from git to tfs: '$' at the beginning of a path -
i've been trying use git-tf migrate large git repository (14000 revisions) tfs. git repository temporary one, original repository in subversion if matters.
during migration 1 of revisions caused error:
git-tf: tf10122: path '$/tewt/fxx/$nx001.txt' contains '$' @ beginning of path component. remove '$' , try again.
this revision delete of folder fxx , pretty in overall history (9th oldest revision). how go "fixing" revision tfs accepts it?
this caused file name "$nx001.txt". tfs not support filename start "$". , since mentioned folder fxx had been deleted still error, suspect running git-tf "--deep" option. if so, there no way skip error know.
Comments
Post a Comment