Checkout

svn checkout https://projects.ewi.tudelft.nl/svn/<reposname>

If you want to checkout in the current directory, use the following syntax:

svn checkout https://projects.ewi.tudelft.nl/svn/<reposname> .

Commit

svn commit -m <message>

Update

svn update

Status

svn status

About subversion

see: svnbook.red-bean.com.