Import all new files in a subversion working copy


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

There's another snippet here that's pure Ruby. This one can be used from the command line directly. The previous version still used Ruby, this one is pure shell.


Copy this code and paste it in your HTML
  1. svn status|grep '?' |cut -b 8-|xargs svn add

URL: http://www.arnebrasseur.net

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.