From: H.Merijn Brand Date: Tue, 25 May 2010 16:26:37 +0000 (+0200) Subject: Update rsync sources in perlhack X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a77cd7b8173d6381e0eb4d3296627023900d0cb4;p=p5sagit%2Fp5-mst-13.2.git Update rsync sources in perlhack --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index ef59eba..902593e 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -214,16 +214,21 @@ changes. How to clone and use the git perl repository is described in L. You can also choose to use rsync to get a copy of the current source tree -for the bleadperl branch and all maintenance branches : +for the bleadperl branch and all maintenance branches: - $ rsync -avz rsync://perl5.git.perl.org/APC/perl-current . - $ rsync -avz rsync://perl5.git.perl.org/APC/perl-5.10.x . - $ rsync -avz rsync://perl5.git.perl.org/APC/perl-5.8.x . - $ rsync -avz rsync://perl5.git.perl.org/APC/perl-5.6.x . - $ rsync -avz rsync://perl5.git.perl.org/APC/perl-5.005xx . + $ rsync -avz rsync://perl5.git.perl.org/perl-current . + $ rsync -avz rsync://perl5.git.perl.org/perl-5.12.x . + $ rsync -avz rsync://perl5.git.perl.org/perl-5.10.x . + $ rsync -avz rsync://perl5.git.perl.org/perl-5.8.x . + $ rsync -avz rsync://perl5.git.perl.org/perl-5.6.x . + $ rsync -avz rsync://perl5.git.perl.org/perl-5.005xx . (Add the C<--delete> option to remove leftover files) +To get a full list of the available sync points: + + $ rsync perl5.git.perl.org:: + You may also want to subscribe to the perl5-changes mailing list to receive a copy of each patch that gets submitted to the maintenance and development "branches" of the perl repository. See