Skip to content

Instantly share code, notes, and snippets.

@stephanb
Created December 2, 2014 14:12

Revisions

  1. stephanb created this gist Dec 2, 2014.
    2 changes: 2 additions & 0 deletions svn-add-all-rm-all
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    svn rm $(svn status | grep "^\!" | cut -d " " -f 8)
    svn add $(svn status | grep "^?" | cut -d " " -f 8)