howto set up local svn repository
Objective Set up a local svn repository to store some code Install subversion yum install subversion Repository Setup We will set up a path to store the repositories then create the initial repository mkdir -p /usr/local/svn svnadmin create /usr/local/svn/repo1 Initial…