The first step to work with a directory managed by Subversion is to obtain the first copy of all the files from the repository. This operation is executed with the order “checkout” followed by the URL pointing to the repository, as shown in the following example:
svn --username [YOUR_ID] checkout [REPOSITORY_URL]