git-svn:在git svn dcommit之后在svn log中丢失作者

时间:2015-03-08 13:36:53

标签: git svn git-svn

我正在学习git-svn,看起来SVN在git svn dcommit之后失去了作者。当我查看svn日志时,提交就在那里但没有作者。

我已经阅读了这个authors.txt文件,并学会了如何告诉git,但我的努力没有用。

我的全局.gitconfig文件包含:

[svn]
    authorsfile = C:\\path\\to\\authors.txt

我的authors.txt文件包含:

Joe = Joe Bloggs <joe.bloggs@example.com>

1 个答案:

答案 0 :(得分:0)

AFAIU作者文件在从svn获取数据到git时起作用,即svn&#39; Joe将成为Joe Bloggs <joe.bloggs@example.com>。该功能不会反过来工作。通过git svn dcommit推回到svn的所有提交都将由提交的svn用户识别。