The following is modified from an email sent by Prof. Smith on the use of the command line svn program under linux here at CS -Greg
svn status <filename>
svn status -u
svn diff <filename>
svn log [--verbose] <filename>
svn update
svn commit -m "description text"
Notes on svn add:
svn add <file-or-dir-name>