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


You need to login to view comments.