I am on migration process from svn repo to bitbucket repo.
At this moment i have all svn repo as local git repo. i can show commits and users logs of all svn repo history on my local git repo.
On next step try to upload local git repo to remote bitbucket repo with command
git push -u origin master
after some hours, there is a error with users does not match.
Please ensure that the commit contains the correct Committer EMail
it's mandatory create all commiters users as users on bitbucket repo before push, all users are linked to jira.
This is a huge svn repo there are old commiters, does not work in company now and they are not jira users, how i should handle this? Thanks.