Re: quilt-like feature, to support patch series

2019-12-16 Thread Paul Hammant
Subversion's missing piece is the patch-review system, agreed. Rietveld was 11.5 years ago (and Mondrian was 2 years before that - Perforce admittedly), so we have plenty of things to be inspired by. In the last year a "shelve" facility has been perfected for Subversion - https://cwiki.apache.org/

Re: quilt-like feature, to support patch series

2019-12-16 Thread Daniel Shahaf
wuzhouhui wrote on Tue, 17 Dec 2019 04:38 +00:00: > From: "Daniel Shahaf" > > To do this, I guess you'll want to write a script that automatically > > commits a patch series along with log messages (from `quilt header -e`)? > > If you do, please consider publishing it; it's not the first time this

Re: Re: quilt-like feature, to support patch series

2019-12-16 Thread wuzhouhui
> -Original Messages- > From: "Daniel Shahaf" > Sent Time: 2019-12-17 09:29:22 (Tuesday) > To: wuzhouhui > Cc: subversion > Subject: Re: quilt-like feature, to support patch series > > wuzhouhui wrote on Mon, 16 Dec 2019 06:57 +00:00: > > I don't want to commit changes until I think the

Re: quilt-like feature, to support patch series

2019-12-16 Thread Daniel Shahaf
wuzhouhui wrote on Mon, 16 Dec 2019 06:57 +00:00: > I don't want to commit changes until I think the changes are good enough. > After > all, commit to a branch is also a commit. There is no technical requirement that commits to branches be as stable as commits to trunk; that's purely a social con