Archive for February 25th, 2010

Linux SVN/Subversion Usefull commands

Thursday, February 25th, 2010

Ref:http://svnbook.red-bean.com/en/1.5/svn.tour.cycle.html#svn.tour.cycle.update (A) How to install and Import directory into repository: Click here (B)How to get working copy from svn repository into local machine? Goto Your home directory , example : cd /root Now execute bellow commands [root@mail ~]# svn checkout file:///svn A svn/script A svn/script/checkmemory.sh A svn/config A svn/config/httpd-vhosts Checked out revision 2. Now you [...]

How to install Subversion

Thursday, February 25th, 2010

Ref:http://svnbook.red-bean.com/en/1.5/index.html (A) To install Subversion : yum install mod_dav_svn subversion (B) How to create a Repo : svnadmin create /svn So it will create a svn directory under / directory [root@mail /]# pwd / [root@mail /]# ls aquota.group boot dev lib opt sbin svn usr aquota.user conffile etc media proc selinux sys var bin data [...]