Hello,
CentOS 5.3
I have a directory called repos. Inside that directory I have repositories and subdirectories of repositories. There are more than 30 repositories in all.
We are now moving our repositories to another server. I am just wondering what is the best way to copy all the repositories.
I have looked at svnadmin dump and hotcopy. However, I would like to copy all the repositories recursively. I am not sure that dump and hotcopy allow you to copy all the directories.
I could use hotcopy. However, that would take forever if I have to do them one at a time.
Would it be safe to do a just a normal file copy i.e. scp -r source dest
Many thanks for any suggestions,