Oliver Nassar

Checking out an SVN Repository from a local SVN Server

July 18, 2012

As a follow up to my just-posted Setting up an SVN Server on an Ubuntu 11.10 EC2 Instance post, here's how you go about checking out the repository that is stored locally.

svn co file:///srv/svn/{repo_name} {dir_name}

Yup, that's three slashes!