On Tue, Feb 21, 2017 at 1:11 AM, Andriy Gapon <a...@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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to