Displaying 1 result from an estimated 1 matches for "rcizc".
Did you mean:
rcio
2004 Apr 22
1
rsync problems from flist.c change
...icks so that CVS, rsync and make happily
coexist.
In my case, I have a local CRAN mirror somewhere in /usr/local, so that
sources for recommended packages for the current development version of
R are in
/usr/local/src/apps/stat/R/src/contrib/2.0.0/Recommended/
Mirroring happens via
$RSYNC -rcIzC --verbose --delete \
--exclude=Makefile.in --exclude=Makefile --exclude=.cvsignore \
--include=*.tar.gz --exclude=*.tgz \
/usr/local/src/apps/stat/R/src/contrib/2.0.0/Recommended/ .
in the src/library/Recommended subdirectory of an R source tree.
Current versions of rsync seem to h...