You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@apache.org> on 2018/01/22 17:41:54 UTC

Re: Checkpointing v1 design

Julian Foad wrote:
> [...]
> This aims to streamline the manual method, which I use myself, of 
> using 'svn diff' and 'svn patch' to create and apply patches named 
> 'feature-v1.patch', 'feature-v2.patch', etc.

Now on trunk:

$ svn help | grep "shel[fv]"
    shelf-diff
    shelf-drop
    shelf-list (shelves)
    shelf-log
    shelf-save
    shelve
    unshelve

- Julian