[LLVMdev] Top Level Stuff

Reid Spencer rspencer at reidspencer.com
Mon Jul 2 18:04:53 PDT 2007


On Mon, 2007-07-02 at 14:33 -0700, Chris Lattner wrote:
> On Mon, 2 Jul 2007, Gordon Henriksen wrote:
> >>  I don't know enough about svn-externals to know how it handles this.
> >
> > It simply embeds checkout commands into the repository. So this directory 
> > structure is frequently useful:
> >
> >     ./
> >       llvm-gcc/   [from ${svn}/llvm-gcc/trunk]
> >       llvm/   [from ${svn}/llvm/trunk]
> >       llvm-config/   [from ${svn}/llvm-config/trunk]
> >       Makefile   [from ${svn}/utils/trunk/Makefile]
> >
> > it can be created in the repository, making the checkout process a simple, 
> > transparent 'svn co'. This is entirely complementary to your idea.
> 
> Yes, but that checks everything out, which is badness.

Not really. He didn't define "./". If "./" is:
http://llvm.org/svn/llvm-project/everything then I don't see a problem
with it.

Reid.

> 
> -Chris
> 




More information about the llvm-dev mailing list