[
https://issues.apache.org/jira/browse/AVRO-3732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17738500#comment-17738500
]
Samael Bate commented on AVRO-3732:
-----------------------------------
I have a PR which retains the history:
[https://github.com/apache/avro/pull/2310]
To do this I essentially moved all the source of the _gradle-avro-plugin_ to
the desired destination path {_}lang/java/gradle-plugin{_}. Then merged it into
avro allowing unrelated histories:
{code:java}
git merge gradle-avro-plugin/migration/move_to_apache_avro
--allow-unrelated-histories
{code}
this way we can see what has been done up to now with original author. I'm not
sure about the impact on the existing history in master as I've not merged
unrelated repositories before.
> Code drop existing sources, updating headers, RAT, NOTICES, etc.
> ----------------------------------------------------------------
>
> Key: AVRO-3732
> URL: https://issues.apache.org/jira/browse/AVRO-3732
> Project: Apache Avro
> Issue Type: Sub-task
> Reporter: Ryan Skraba
> Assignee: Samael Bate
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Move the source to https://github.com/apache/avro/tree/master/lang/java in a
> directory called gradle-plugin (parallel to maven-plugin).
> To decide -- should we do a code dump to the destination or attempt to
> maintain the history from the original repo?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)