when I do git svn dcommit, it report error like below:
git svn dcommit
Committing to http://192.168.33.203/svn/repos/mt6577/platform/branches/vendor-ALPS.ICS2.6577.SP.V1_HUAQIN77_CU_ICS ...
summit merge conflict: file or directory “mediatek/platform/mt6577/external/meta/sgx” is out of date;please update: resource out of date; try updating at /usr/local/libexec/git-core/git-svn line 579
My operations:
do three commits(commit34,commit35,commit36) in local
git svn dcommit these three commits to svn
amend commit34,commit35 by rebase command
git svn dcommit , then report above error.
How to handle the error, thanks much.