When I run
svn st
on my working copy I get some "?" entries which are located in subdirectories of working copy root. I want to add all of them to the repository. I try:
svn add --force .
and
svn add --force *
but it doesn't work.
WORKING SOLUTION:
svn add --depth=infinity --force *