Robert Whitaker wrote on Wed, Aug 15, 2012 at 23:00:53 -0700: > ======== > QUESTION > ======== > Is it possible to retroactively convert a "disjoint" working copy > into a "sparse" working copy?
% mkdir d % cd d % mkdir notes notes/commit-access-templates % svn co -q http://svn.apache.org/repos/asf/subversion/trunk/notes/commit-access-templates/ notes/commit-access-templates/ % svn co -q --force http://svn.apache.org/repos/asf/subversion/trunk/ ./ I don't have a recent build to test with (and the behaviour might have changed at some point), but the above is what I try first. Does that answer your question?