On Wed, 2010-07-28 at 22:40 +0300, Daniel Shahaf wrote: > Julian Foad wrote on Wed, Jul 28, 2010 at 15:38:01 +0100: > > You're talking about a totally new option, one that says "I'd like to > > add all the files affected to a (specified) changelist." > > > > That sounds like it could be a useful feature, but it doesn't sound like > > it should be specific to "svn patch" - if we have such a feature, I > > would expect to be able to use it with (more or less) all svn commands. > > Makes sense? > > On one occasion I wanted to use it with 'svn add' (but for 'svn add' I think > it's closer to being syntactic sugar than with other commands). I see how > it would make sense for 'svn merge', too, since that too can add files. > > BTW: dannas commented on IRC that the behaviour of 'svn patch --add-to-cl' > should be defined with respect to patches that don't apply successfully. > (so I don't plan to apply the patch without at least thinking a bit more > about that)
Also in this vein: svn revert --remove-from-cl ... - Julian