[llvm-dev] [RFC] One or many git repositories?
Robinson, Paul via llvm-dev
llvm-dev at lists.llvm.org
Wed Jul 27 14:24:27 PDT 2016
> -----Original Message-----
> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of
> Justin Lebar via llvm-dev
> Sent: Wednesday, July 27, 2016 1:32 PM
> To: Chris Bieneman
> Cc: llvm-dev at lists.llvm.org
> Subject: Re: [llvm-dev] [RFC] One or many git repositories?
>
> Thanks for elaborating, Chris.
>
> > Case Study 1 - Simple development on a sub-project
>
> I explicitly addressed this workflow in my original e-mail. I know it
> was a while ago, but it sounds like it may be worth a read if you
> haven't checked it out.
>
> In the mail I described how to use sparse checkouts to create a
> repository structure that functions virtually identically to what you
> have today. It takes a few copy-pastable commands to set up. If
> these few commands are a pain, we can write a script and check it in
> to llvm.
If I try to push from my sparse checkout, but something that I don't
have in the checkout has changed, do I still need to rebase first?
--paulr
More information about the llvm-dev
mailing list