Add multiple unversioned files to svn


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



Copy this code and paste it in your HTML
  1. svn status | grep "^?" | awk -F " " '{print $2}' | tr "\n" "\0" | xargs -0 svn add

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.