Return to Snippet

Revision: 36244
at November 19, 2010 20:54 by lafayette


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

Revision: 36243
at November 19, 2010 20:53 by lafayette


Initial Code


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

Initial Description


Initial Title
Adding unversioned files to svn repository

Initial Tags
svn

Initial Language
Bash