This solution was the only one that worked for me:
See what was the revision number of the last change on the file:
git svn log chrome/test/functional/search_engines.pyReset svn to be closest parent before that revision:
git svn reset -r62248 -pDo a
git svn fetch!Dance at your success.