Hi
After migrating from svn to git, in “commit section” of GitLab show users commits correctly, and when i click on them open user profile correctly, but when i open profile of users didn’t show any activity!
This issue occurred for all users in one project that migrate from svn to git using svn2git.
here is what i do for migration:
svn2git svn+ssh://svnrepo/svn/myproject --authors /tmp/authors.txt
git remote add use http://gitlab.corp.com/mygroup/myproject.git
git push --all origin
Gitlab version v16.11.6
Any idea?
Thanks