You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jv...@apache.org on 2004/07/27 07:20:41 UTC

cvs commit: maven-components/maven-meeper/src/bin/codehaus sync-codehaus

jvanzyl     2004/07/26 22:20:41

  Modified:    maven-meeper/src/bin/codehaus sync-codehaus
  Log:
  o no longer need --ignore-existing
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sync-codehaus	11 May 2004 20:13:28 -0000	1.4
  +++ sync-codehaus	27 Jul 2004 05:20:41 -0000	1.5
  @@ -2,4 +2,4 @@
   
   umask 002
   
  -rsync -rvl --size-only --ignore-existing --rsh="ssh -l rsync" beaver.codehaus.org:/dist/ /public/html/maven
  +rsync -rvl --size-only --rsh="ssh -l rsync" beaver.codehaus.org:/dist/ /public/html/maven