X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlhack.pod;h=155773d8e59919fd3ebe04ba67d81159abcad047;hb=b2b7bbf9706e94ebfcdb5ea2ad3c4e1de3b7c154;hp=21d8850e29d19033db3d3d680be2a43140e0ae99;hpb=dcff5598d11d379862aa389fb4082130cd96d697;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 21d8850..155773d 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -241,6 +241,17 @@ the latest applied patch level, creating files that are new (to your distribution) and setting date/time stamps of existing files to reflect the bleadperl status. +Note that this will not delete any files that were in '.' before +the rsync. Once you are sure that the rsync is running correctly, +run it with the --delete and the --dry-run options like this: + + # rsync -avz --delete --dry-run rsync://ftp.linux.activestate.com/perl-current/ . + +This will I an rsync run that also deletes files not +present in the bleadperl master copy. Observe the results from +this run closely. If you are sure that the actual run would delete +no files precious to you, you could remove the '--dry-run' option. + You can than check what patch was the latest that was applied by looking in the file B<.patch>, which will show the number of the latest patch.