SVN is a version control system often used by programmers to keep track of versions or changes of code. It makes it easy collaborate on code projects and keep a backup of every change you’ve made. Following are some common tasks you may need to perform.
Checking out trunk
This copies files from your trunk folder in SVN to a folder on your local computer. The folder on your local computer is your “working copy” where you make changes.