> -----Original Messages----- > From: "Daniel Shahaf" <d...@daniel.shahaf.name> > Sent Time: 2019-12-16 12:37:07 (Monday) > To: wuzhouhui <wuzhouhu...@mails.ucas.ac.cn> > Cc: Subversion <users@subversion.apache.org> > Subject: Re: quilt-like feature, to support patch series > > Nathan Hartman wrote on Sun, Dec 15, 2019 at 22:06:03 -0500: > > On Sun, Dec 15, 2019 at 5:03 AM wuzhouhui <wuzhouhu...@mails.ucas.ac.cn> > > wrote: > > > > > Hi, > > > > > > Can Subversion support patch series, like quilt. So I can split a > > > big change to small pieces before submit all of them, and post-commit > > > review will be more easy. > > > > > > Not yet. (At least not that I know of.) > > > > Can you use a branch and later merge the branch?
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. > > You could also use git-svn(1) local branches, for example. Or you could use > quilt on top of Subversion. Using quilt on top of Subversion seems is a good idea.