Your Ad Here

Posted By

lafayette on 11/19/10


Tagged

svn add repository


Versions (?)

Adding unversioned files to svn repository


 / Published in: Bash
 

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

  1. you@yourmachine$ svn st | grep "^?" | awk '{ print $2}' | while read f; do svn add $f; done

Report this snippet  

You need to login to post a comment.