Hi all, I want to get the central repository using rsync from several mirrors,like *rsync -v -t -l -r mirrors.ibiblio.org::maven2*, but it give me message as following:
receiving file list ... rsync: opendir "/ch/hortis/sonar/sonar-web" (in maven2) failed: Permission denied (13) rsync: opendir "/ch/hortis/sonar/sonar-maven-plugin/1.0-beta" (in maven2) failed : Permission denied (13) rsync: opendir "/ch/hortis/sonar/sonar-commons/1.0-beta" (in maven2) failed: Per mission denied (13) rsync: opendir "/ch/hortis/sonar/sonar-application" (in maven2) failed: Permissi on denied (13) rsync: opendir "/ch/hortis/sonar/db-maven-plugin" (in maven2) failed: Permission denied (13) rsync: opendir "/ch/hortis/sonar/sonar/1.0-beta" (in maven2) failed: Permission denied (13) rsync: opendir "/ch/hortis/sonar/sonar-core" (in maven2) failed: Permission deni ed (13) rsync: opendir "/ch/hortis/sonar/sonar-db-embedder" (in maven2) failed: Permissi on denied (13) why occor this problem? how can i get all the files in the maven central repository? i'm appreciate your help.
