Douglas Bates wrote:
>> I am not able to access cvs via rsync today. Is the service down?
Duncan,
may I suggest to make the following change in .../src/gnuwin32/Makefile:
old:
rsync-recommended:
@(cd ../library; \ rsync -rvCt --delete --exclude=Makefile.in --exclude=.cvsignore \ --include=*.tar.gz --exclude=*.tgz $(CRANREC) . ); \
new:
rsync-recommended:
@(cd ../library; \ rsync -rvCt --delete --exclude=Makefile.in --exclude=.cvsignore \ --exclude=.svn --include=*.tar.gz --exclude=*.tgz $(CRANREC) . ); \ ^^^^^^^^^^^^^^
Thanks,
Uwe
This archive was generated by hypermail 2.1.8 : Wed 03 Nov 2004 - 22:45:03 EST