I have a working copy that gets automatically committed into SVN overnight using a script.
I use the SVN command line to do so.
After a frustrating battle wi
svn --force --depth infinity add .
Be careful, though, because this will also add any svn:ignore'd files.
svn:ignore