Adding unversioned files to svn repository


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



Copy this code and paste it in your HTML
  1. you@yourmachine$ svn st | grep "^?" | awk '{ print $2}' | while read f; do svn add $f; done

URL: http://www.rvdavid.net/adding-multiple-files-to-svn-repository/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.