Subversion Adding All Unversion Files


/ Published in: Bash
Save to your folder(s)

A quick script to add all of your unversioned files. Good when working in bulk.


Copy this code and paste it in your HTML
  1. svn status --no-ignore | grep '^\?' | sed 's/^\? //' | xargs svn add

URL: http://www.phillipharrington.com/

Report this snippet


Comments


You need to login to view comments.