[svn:ponie] rev 284 - trunk

[email protected] 12 May 2005 09:11:58 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
Author: nicholas
Date: Thu May 12 02:11:58 2005
New Revision: 284

Modified:
   trunk/Configure.pl   (props changed)
   trunk/Makefile   (props changed)
   trunk/README   (props changed)
   trunk/Roadmap   (contents, props changed)
   trunk/write_makefile.pl   (props changed)
Log:
Update the Roadmap with the svn instructions.
Set keyword expansion on all the files in this directory


Modified: trunk/Roadmap
==============================================================================
--- trunk/Roadmap	(original)
+++ trunk/Roadmap	Thu May 12 02:11:58 2005
@@ -24,18 +24,13 @@
 third good way is to contribute to Parrot, by working to completing the
 Parrot features that Ponie will need in the near future.
 
-=head2 Checking Ponie out of CVS
+=head2 Checking Ponie out of subversion
 
-Ponie is in perl.org's CVS repository, but requires a copy of parrot to be
-checked out separately. The best way to get ponie from scratch is:
+Ponie is in perl.org's subversion repository.
 
-    cvs -d :pserver:[email protected]:/cvs/public login
+    svn co http://svn.perl.org/ponie/trunk/ ponie
 
-I<press enter at the password prompt>
-
-    cvs -d :pserver:[email protected]:/cvs/public co ponie
-    cd ponie
-    cvs -d :pserver:[email protected]:/cvs/public co parrot
+will check out a local copy as F<ponie>.
 
 =head2 Current state
 
@@ -721,3 +716,5 @@
 Replace the Perl 5 pad code with Parrot's lexicals.
 
 =cut
+
+$Id$