Adding missing files to svn


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



Copy this code and paste it in your HTML
  1. `svn status | grep '?'`.gsub(/\?[^\w]*/,"").split("\n").each { |f| `svn add #{f}`}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.