I've seen old posts but I think it is too outdated to apply now. I am wondering how to keep the authors and time the same as all the git commits.
Basically what happens currently is, we commit to a branch on git. I merge that to my svn branch and then use dcommit to push all that to SVN repo. The commits are there but they are all committed by the person who did the dcommit command and all the commits are at the same time.
What I want is, doing git svn dcommit, it should use the time from the git commit and also use the author from git commit as well.
Is there anyway to do this? Hope someone can help, thanks!