diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-01 03:13:37 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-01 03:13:37 +0000 |
commit | 2be4c08b6f13de9eea531f8a8a2229b3bd245b1a (patch) | |
tree | eaa643f4c51de397a7d570da1e3afd8318d2c488 /pod/perlhack.pod | |
parent | 42b8b86c2abf1140ff5c8d74d48d4ece7deb56d7 (diff) | |
download | perl-2be4c08b6f13de9eea531f8a8a2229b3bd245b1a.tar.gz |
mention ftp/rsync access to repository in perlhack
p4raw-id: //depot/perl@5387
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 5ecdf2cadb..3a84e95513 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -200,8 +200,25 @@ currently the Perforce program, see http://perforce.com/). The pumpkings and a few others have access to the repository to check in changes. Periodically the pumpking for the development version of Perl will release a new version, so the rest of the porters can see what's -changed. Plans are underway for a repository viewer, and for -anonymous CVS access to the latest versions. +changed. The current state of the main trunk of repository, and patches +that describe the individual changes that have happened since the last +public release are available at this location: + + ftp://ftp.linux.activestate.com/pub/staff/gsar/APC/ + +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 + +Use this to get the latest source tree in full: + + rsync -avuz 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<not> use +it for any purpose other than testing and development. Always submit patches to I<perl5-porters@perl.org>. This lets other porters review your patch, which catches a surprising number of errors |