HOWTO migrate a subversion repository to a new host
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 »
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 »
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 »