On Thu, 2005-10-20 at 07:25 -0700, Steve Kargl wrote: > On Thu, Oct 20, 2005 at 02:47:19PM +0200, Florian Weimer wrote: > > * Daniel Berlin: > > > > > You could simply do non-recursive checkouts (svn co -N) of the dirs you > > > want. > > > SVN doesn't care how you piece together the working copy. > > > > Doesn't "commit -N" cause the working copy to become fragmented, so > > that you cannot issue a working-copy-wide commit or diff anymore? > > yes. >
I actually forgot the dumbest and easiest solution, that works fine, that is, to use svn switch. checkout a gcc copy. go to the gcc subdir svn switch svn+ssh://[EMAIL PROTECTED]/svn/gcc/emptydir ada repeat for each dir you don't want. This allows update and commit and all others to work from the top-level dir without any problems. It also should work okay through merges and other things. Sorry, this solution slipped my mind. I apologize.