This is a quick SVN reference I update regularly, with the commands I use more. I hope you’ll find it useful.
Task: Browse a remote repository
-
svn ls svn+ssh://[alias]/[path]
Task: create a directory on a remote repository
-
svn mkdir -m "[message]" svn+ssh://[alias]/[path_to_new_dir]
Task: import a directory
-
svn import -m "[message]" [path_to_be_imported] [repository_url]
Task: check out
-
svn checkout [repository url]

![Validate my RSS feed [Valid RSS]](http://feedvalidator.org/images/valid-rss-rogers.png)