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!
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!