[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Security patches release process

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Thu, 8 Aug 2013 13:00:18 +0300

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.
Received on 2013-08-08 12:00:58 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.