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