Command Description svn checkout "source" "destination" Check out a working copy from a repository svn update Update your working copy to the latest revision svn commit -m "Commit message" "repo" Commit changes to the repository svn add "target1" "target2" "..." Add files or directories to the repository svn delete"source" "destination" Delete files or directories from the repository svn status ..