To download data from the SVN repository in Ubuntu, you must first install:
sudo apt-get install subversion
In CentOS:
sudo yum install subversion
After installing subversion, you can download data from SVN simply by running the command:
svn checkout http://address
The data will be saved in the current directory.