Install Subversion on CentOS

1. Install subversion

$(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

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...