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?
You could also use git-svn(1) local branches, for example. Or you could use quilt on top of Subversion.