Ticket #269: repo.patch

File repo.patch, 1.1 KB (added by doughera, 13 years ago)
  • docs/gettingstarted.pod

    diff -ru parrot-current/docs/gettingstarted.pod parrot-andy/docs/gettingstarted.pod
    old new  
    2929 
    3030=item * 
    3131 
    32 The easiest solution is to grab the most recent snapshot of the Parrot SVN 
    33 repository. It's a tar-gzipped download of a recent checkout of Parrot, updated 
    34 every six hours. You can find it here: 
    35  
    36 L<http://svn.perl.org/snapshots/parrot/parrot-latest.tar.gz> 
    37  
    38 =item * 
    39  
    40 Even better is the option to use SVN, which gets you the very latest copy of 
    41 the Parrot distribution. The procedure for this is: 
     32To check out the current version, use SVN.  The procedure for this is: 
    4233 
    4334    svn checkout https://svn.parrot.org/parrot/trunk parrot 
    4435 
    4536=item * 
    4637 
    47 If you're one of those rsync folks, you can access the repository with: 
    48  
    49 C<rsync -av --delete svn.perl.org::parrot-HEAD parrot> 
    50  
    51 =item * 
    52  
    5338If you're using git-svn, you should check out just the latest version. First: 
    5439 
    5540C<< git svn clone -s -r HEAD https://svn.parrot.org/parrot >>