* 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?