[LLVMdev] Top Level Stuff

Chris Lattner sabre at nondot.org
Mon Jul 2 14:33:42 PDT 2007


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.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list