I am able to check out an entire svn repository using the following command:
svn
svn co https://myaccount.svn.beanstalkapp.com/myapp/
this should work:
svn commit -m "" path/to/your/file
you can also add multiple files like this:
svn commit -m "" path/to/your/file [path/to/your/file] [path/to/your/file]