Posts Tagged “svn”

HOWTO migrate a subversion repository to a new host

0Harry9th Jun 2010Software Development, Systems Administration, ,

I recently had to migrate a SVN repo to a new host aswell as moving it’s location on the server, this is how More »

Setting up a local subversion repo

0Harry16th 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 »