I am able to check out an entire svn repository using the following command:
svn
svn co https://myaccount.svn.beanstalkapp.com/myapp/
You have a file myFile.txt you want to commit.
The right procedure is :
svn up
svn commit myFile.txt -m "Insert here a commit message!!!"
Hope this will help someone.