Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

migrate svn projects to git

jagan495 edited this page Oct 5, 2015 · 2 revisions

Hi Team,

We followed below doc to migrate svn projects to git

https://jaibeermalik.wordpress.com/2013/10/23/svn2git-migrating-repository-from-subversion-to-git/

I am trying to push the code from server . [root@team xxxx]# git push --force --all Password: Counting objects: 19672, done. Compressing objects: 100% (6622/6622), done. error: RPC failed; result=22, HTTP code = 413 | 1.45 MiB/s Writing objects: 100% (19672/19672), 44.16 MiB | 1.47 MiB/s, done. Total 19672 (delta 10591), reused 19672 (delta 10591)

then there is no progress in prompt . and also i don't see any commits and branches in git url.

Can you please tell me the whats the issue. Thanks

-Thanks Jagan