jvanzyl 2004/05/11 13:07:53 Modified: maven-meeper/src/bin/codehaus sync-codehaus Log: o we'll use secure access to get the artifacts Revision Changes Path 1.3 +1 -1 maven-components/maven-meeper/src/bin/codehaus/sync-codehaus Index: sync-codehaus =================================================================== RCS file: /home/cvs/maven-components/maven-meeper/src/bin/codehaus/sync-codehaus,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sync-codehaus 11 May 2004 19:53:31 -0000 1.2 +++ sync-codehaus 11 May 2004 20:07:52 -0000 1.3 @@ -2,4 +2,4 @@ umask 002 -rsync -rvl --size-only dist.codehaus.org::dist /public/html/maven +rsync -rvl --size-only --ignore-existing --rsh="ssh -l rsync" dist.codehaus.org:/dist/ /public/html/maven
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
