我正在使用smartgit来管理SVN仓库。我们有2个分支,主干和发布。我们正准备从主干到发布的挑选提交。如何设置smartgit以保留樱桃选择中原始提交的作者?提前谢谢!
答案 0 :(得分:0)
除非您可以使SmartGit使用其内部--add-author-from
(options illustrated in here)上的选项--use-log-author
和git svn dcommit
,否则将不支持。
即使这样,也可以only add information in the revision message,而无需更改实际作者。
(我也看到了adding an SVN property)