find ./ -name \*.bxml -exec svn add {} \;
On Wed, Jun 16, 2010 at 9:07 AM, Greg Brown <gkbr...@mac.com> wrote: > Anyone know if it is possible to do a recursive add in SVN? I would have > thought this would work but it doesn't seem to: > > svn add *.bxml > > This doesn't work either: > > svn add --depth=infinity *.bxml > > I get the following error: > > svn: warning: '*.bxml' not found > > Any suggestions? > > Thanks, > G > >