$(sudo) yum install mod_dav_svn subversion
2. check functions provide by the svn:
$ svn --help
2. make a local directory to hold the content checked out from the repository
$ mkdir ~/repository
3.Go to the newly made directory and check out the content you want from the internet
$ cd ~/repository
$ svn co URL_to_Content_on_Internet
credit to : http://wiki.centos.org/HowTos/Subversion
No comments:
Post a Comment