summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-10-06 08:27:39 +0000
committerNicholas Clark <nick@ccl4.org>2021-10-06 08:31:44 +0000
commit33c35081817f84b5eca15f973dcd9413e8537a40 (patch)
tree77d88184fbf551c9c54f3fe16a7c07ef3e18026d /pod/perlhack.pod
parent3003b2bc877517a80f7cba94a9d782ac8c33dcc1 (diff)
downloadperl-33c35081817f84b5eca15f973dcd9413e8537a40.tar.gz
rsync perl5.git.perl.org has gone away
Delete the section from perlhack.pod that mentioned it.
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod18
1 files changed, 0 insertions, 18 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 1d436b6adc..ff26192de9 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -192,24 +192,6 @@ the tree, see recent commits, subscribe to repository notifications,
search for particular commits and more. You may access it at
L<https://github.com/Perl/perl5>.
-=head2 Read access via rsync
-
-You can also choose to use rsync to get a copy of the current source
-tree for the bleadperl branch and all maintenance branches:
-
- % 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::
-
=head2 Write access via git
If you have a commit bit, please see L<perlgit> for more details on