You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/06/10 16:14:24 UTC

svn commit: r413302 - /maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh

Author: carlos
Date: Sat Jun 10 07:14:24 2006
New Revision: 413302

URL: http://svn.apache.org/viewvc?rev=413302&view=rev
Log:
Change path

Modified:
    maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh

Modified: maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh?rev=413302&r1=413301&r2=413302&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh (original)
+++ maven/components/trunk/maven-meeper/src/bin/m2-sync/m2-sync.sh Sat Jun 10 07:14:24 2006
@@ -25,6 +25,6 @@
 
 # ideally we would use --ignore-existing but we need to copy the metadata files
 
-CMD="rsync --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -acivz $FROM $TO"
+CMD="rsync --exclude-from=$HOME/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -acivz $FROM $TO"
 echo "Syncing $FROM -> $TO"
 $CMD