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/
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 >
On Mon, 2 Jul 2007, Reid Spencer wrote:>>> 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.Ok, if it doesn't cause everything to be checked out, I have no problem with it. My svn-fu is weak, if it can work with externals, I'm fine with it! :) -Chris -- http://nondot.org/sabre/ http://llvm.org/