This will add all unknown (except ignored) files under the specified directory tree:
1 |
svn add --force path/to/dir |
This will add all unknown (except ignored) files in the current directory and below:
1 |
svn add --force . |