'git svn dcommit' fails with the following error
6aa885dabeb4f7d78ffcf45f6eb720c60a3e5b50 doesn't exist in the repository at /build/git/share/perl5/Git/SVN/Editor.pm line 440
Failed to read object 6aa885dabeb4f7d78ffcf45f6eb720c60a3e5b50 at /build/git/libexec/git-core/git-svn line 1017
Found out the issue is because of the submodules later added to the git repo.
Is there a way to ignore submodule commits during git svn dcommit
without impacting git repo.
Note:
Found a solution to rewrite history avoiding the sub-modules with Filter-branch option, but I guess that will tamper the repo which is already on production environment.