[Help] SVN repo moved and drop some previous commits history, how to merge the commits with the new repo?

Hi Buddies,
I have an svn repository, let’s say HTTP://repo.xxx.com/originRepo, and it has 1144 commits. And I converted it to my Git repo. But now, we switch this to another URL HTTP://repo.xxx.com/newRepo, but from this new repository, we start from the latest source code of r1144 and without the history.
So I wonder how to merge the history of originRepo with the newRepo in my converted Git repo? Pretty thanks.

need help.