Posts Tagged “checkout”

Setting up a local subversion repo

016th Feb 2010Systems Administration, , ,

First create the repository $ svnadmin create /home/subversion/name_of_project Then checkout thisproject into the directory where you’d like to work on it. $ svn More »