From: Jarkko Hietaniemi Date: Wed, 30 Aug 2000 19:54:43 +0000 (+0000) Subject: Better options for rsync. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c7df0a83a38a8a46a442a259e2eb70979afe7b3;p=p5sagit%2Fp5-mst-13.2.git Better options for rsync. p4raw-id: //depot/perl@6922 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 65188be..e6adf95 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -210,11 +210,11 @@ Selective parts are also visible via the rsync protocol. To get all the individual changes to the mainline since the last development release, use the following command: - rsync -avuz rsync://ftp.linux.activestate.com/perl-diffs perl-diffs + rsync -avz rsync://ftp.linux.activestate.com/perl-diffs perl-diffs Use this to get the latest source tree in full: - rsync -avuz rsync://ftp.linux.activestate.com/perl-current perl-current + rsync -avz rsync://ftp.linux.activestate.com/perl-current perl-current Needless to say, the source code in perl-current is usually in a perpetual state of evolution. You should expect it to be very buggy. Do B use