svn commit: r313878 - head/sys/kern

Kyle Evans kevans91 at ksu.edu
Tue Feb 21 14:44:08 UTC 2017


On Tue, Feb 21, 2017 at 1:11 AM, Andriy Gapon <avg at freebsd.org> wrote:
> On 21/02/2017 02:42, Pedro Giffuni wrote:
>> [...]
>>
>> As I mentioned in another thread, other svn configurations (ASF, for example)
>> permit editing the log message:
>>
>> http://help.collab.net/index.jsp?topic=/faq/changelog.html
>
> How well do various svn exporters handle that?
> Specifically, svn-> git ?

git in general would not handle this well if it's already pushed
commits at or after the one you're changing, since a change in commit
message requires a change in commit hash. I'd guess that the exporter
would be fine with it, but you'd run into problems as it's trying to
rewrite history and push to Github.


More information about the svn-src-all mailing list