[llvm-dev] Need advice on migrating from GitHub/llvm-mirror

Gleb Popov via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 5 03:52:22 PST 2020


On Wed, Feb 5, 2020 at 1:30 PM Fedor Sergeev via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Try this:
>
> https://llvm.org/docs/Proposals/GitHubMove.html#moving-local-branches-to-the-monorepo
>
> There are plenty of folks around who were able to successfully use this
> machinery for their downstream migration.
>
> Feel free to come back if it does not help you :)
>
> regards,
>    Fedor.
>

Oh great, it looks like what I'm just looking for!

Thanks a lot.


> On 2/5/20 8:05 AM, Gleb Popov via llvm-dev wrote:
> > Hello.
> >
> > I'm developing a LLVM based project and I'm using a fork of LLVM and
> > Clang repos from https://github.com/llvm-mirror . The workflow was
> > merging my work with release_XX branches from these repos, so now I
> > have my commits interspersed with upstream ones.
> >
> > I'd be grateful for any advice on how should I move my work towards
> > official git monorepo. I want to preserve my history, of course.
> >
> > Thanks in advance.
> >
> > _______________________________________________
> > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200205/3595c2e8/attachment.html>


More information about the llvm-dev mailing list