SVN Commands Quick reference

Checkout:

svn checkout <url>

How to take code base update

svn update

How to find SVN Last Revision via command line

svn info -r HEAD