From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14338 invoked by alias); 22 Mar 2007 14:07:48 -0000 Received: (qmail 12398 invoked by uid 22791); 22 Mar 2007 14:06:58 -0000 Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Mar 2007 14:06:58 +0000 Received: (qmail 22389 invoked from network); 22 Mar 2007 14:06:56 -0000 Received: from unknown (HELO 81-179-205-12.dsl.pipex.com) (paul@127.0.0.2) by mail.codesourcery.com with ESMTPA; 22 Mar 2007 14:06:56 -0000 From: Paul Brook To: binutils@sourceware.org Subject: Re: SVN for src (was Re: Binutils 2.18 prep) Date: Thu, 22 Mar 2007 14:07:00 -0000 User-Agent: KMail/1.9.5 Cc: Andrew STUBBS References: <20070322024838.GA4722@caradoc.them.org> <46025531.90105@st.com> In-Reply-To: <46025531.90105@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703221406.50896.paul@codesourcery.com> Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00291.txt.bz2 > We create an Subversion directory containing all the top-level files > (configure etc.), but with all the subdirectories (gas, gdb etc.) > present but *empty*. We then provide a script that does 'svn switch' on > each directory required for a given 'module'. This is the inverse of the > svn://gcc.gnu.org/svn/gcc/emptydir idea (see > http://gcc.gnu.org/wiki/SvnSetup "Optimize disk usage"). How does this work with branches and tagging? Do we have to manually (or using a script) branch+tag every subdirectory? Paul