My co-worker has previous migrated "project A" from Svn to Gitlab, and numerous other projects use "project A" as submodule.
However, since last migration, some changes have been made in "project A" in Svn, and now I am trying to migrate those newer changes from Svn to the exist Gitlab project that my co-worker created last time.
I can not simply re-migrate the entire "project A" because doing so would change the commit hash, thus "project A" can no longer be a submodule unless I change all other projects.
Is this possible with subgit? I tried subgit import --minimal-revision revision_number --svn-url which would allow me to copy a specific revision in svn for "project A" but I do not know how I would add this to my existing gitlab project?
If you need to import only one (or a very few) specific revision(s) from SVN to GitLab, you could simply:
Set the right author/email
Import: