Daniel Shahaf wrote on Thu, Aug 08, 2013 at 12:51:06 +0300: > (a) - Unidiffs in /repos/private/pmc/subversion > (b) - Branch in /repos/asf/subversion/shadow > (c) - Branch in /repos/private/pmc/subversion/shadow > (d) - Branch in fossil/bzr/hg/git > (e) - (We could ask infra to 'zfs clone' the asf repository and make > available a /repos/asf-clone which is not world readable --- i.e., > fork the 'asf' repository itself [and use cross-repository merge > like (b)] --- but I can hear the objections already.)
BTW, instead of a 'zfs clone', a plain % svnadmin create shadow-subversion % svnadmin dump /srv/repos/asf | svndumpfilter include subversion | svnadmin load shadow-subversion and then using cross-repository merging from shadow-subversion to /srv/repos/asf/subversion is another option that lets us work in the fixes with history.