If you add a bunch of new files to an SVN-managed folder, you do not need to svn add... each file manually. Just cd into the folder and type:

svn add ./ --force