[Lme4-commits] r1771 - pkg/lme4.0
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jun 21 22:20:25 CEST 2012
Author: mmaechler
Date: 2012-06-21 22:20:25 +0200 (Thu, 21 Jun 2012)
New Revision: 1771
Modified:
pkg/lme4.0/00_chng_2_lme4
Log:
tweak: use "svn export" instead of tar..
Modified: pkg/lme4.0/00_chng_2_lme4
===================================================================
--- pkg/lme4.0/00_chng_2_lme4 2012-06-21 20:11:47 UTC (rev 1770)
+++ pkg/lme4.0/00_chng_2_lme4 2012-06-21 20:20:25 UTC (rev 1771)
@@ -11,11 +11,14 @@
echo "'$pkg' is not a subdirectory of `pwd` --- exiting"
exit 1
fi
-EXCL='--exclude=.svn --exclude=CVS --exclude=auto --exclude=*.txt'
-tar cfh - $EXCL --exclude='*~' --exclude='00.*' $pkg \
- | (cd /tmp ; rm -rf T$pkg; mkdir T$pkg; cd T$pkg; tar xf - )
+# EXCL='--exclude=.svn --exclude=CVS --exclude=auto --exclude=*.txt --exclude=*32'
+# tar cfh - $EXCL --exclude='*~' --exclude='00*' $pkg \
+# | (cd /tmp ; rm -rf T$pkg; mkdir T$pkg; cd T$pkg; tar xf - )
+cd /tmp ; rm -rf T$pkg; mkdir T$pkg
DD=/tmp/T$pkg; test -d $DD || (echo '** '"$DD"' is not a valid directory'; exit 2)
cd $DD
+svn export --quiet svn://svn.r-forge.r-project.org/svnroot/lme4/pkg/${pkg} $pkg
+test -d $pkg || (echo '** '"$pkg"' is not a valid directory'; exit 2)
ls -l $pkg
cd $pkg
## Remove the "lme4 -> lme4.0" function:
More information about the Lme4-commits
mailing list