Re: maven mirror rsync

2007-01-09 Thread Trygve Laugstøl
Cody Zhang wrote: Dear Lady/Gentleman, I am a maven user. I follow the command (http://maven.apache.org/guides/mini/guide-mirror-settings.html ): rsync -v -t -l -r mirrors.ibiblio.org::maven2 /tmp/maven2 But, it is failure. Seems to be working for me, at least it starts to fetch th

Re: maven mirror rsync

2007-01-08 Thread Carlos Sanchez
what failure On 1/8/07, Cody Zhang <[EMAIL PROTECTED]> wrote: Dear Lady/Gentleman, I am a maven user. I follow the command (http://maven.apache.org/guides/mini/guide-mirror-settings.html ): rsync -v -t -l -r mirrors.ibiblio.org::maven2 /tmp/maven2 But, it is failure. Please tell me

maven mirror rsync

2007-01-08 Thread Cody Zhang
Dear Lady/Gentleman, I am a maven user. I follow the command (http://maven.apache.org/guides/mini/guide-mirror-settings.html ): rsync -v -t -l -r mirrors.ibiblio.org::maven2 /tmp/maven2 But, it is failure. Please tell me how to do it ? Thanks! cody