diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-05-25 18:26:37 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-05-25 18:26:37 +0200 |
commit | a77cd7b8173d6381e0eb4d3296627023900d0cb4 (patch) | |
tree | 2cdf33f606927b67a29b3aa1fb91a380208db599 /pod | |
parent | 775f1d61966fb2c5300c9c08fa931980430ed0da (diff) | |
download | perl-a77cd7b8173d6381e0eb4d3296627023900d0cb4.tar.gz |
Update rsync sources in perlhack
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlhack.pod | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index ef59ebad49..902593e052 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<perlrepository>. 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 |