Is there any command line trick to get SVN to add in all the missing files from svn stat
interactively?
For example, something like:
svn add --interactive
$ new file: file1.tmp (Add / Ignore) ?
$ missing file: file.tmp (Remove / Ignore) ?
EDIT:
A script that could achieve this would also work.
I wrote a little Ruby script to do this:
For example,
The following line on a Unix shell adds all missing files.