To checkout the SVN tree for your project, use an adaptation of the following command:
svn co --username <onid username> https://code.oregonstate.edu/svn/<project short name>
SVN will them prompt you for your ONID password. other useful SVN commands are:
svn up
to update your local copy
svn ci
to checkin new changes

