Archive for the ‘Subversion’ Category

  • Setting Up Subversion

    Sunday, April 11th, 2010

    Introduction:- # yum install subversion Ok, that was pretty easy. I now have subversion installed on my system; both from a client and user’s perspective. Next I need to create a subversion  repository location on my disk (/svn can be replaced with any location on your server). # svnadmin create /svn In /svn/conf/passwd add the [...]