Checkout Command

Used to pull a SVN tree from the server to the local file system. The syntax of checkout command is the following.

svn checkout --revision rev URL PATH
Type Value Description
rev The desired revision number (optional)  
URL   Repository URL you want to check out from.
PATH   Checkout target on file system.