SVK on Feather

In order to save bandwidth and speed up development, please set up the svk environment in your home directory as such:

   mkdir ~/.svk
   cp ~autrijus/config ~/.svk/
   svk co //mirror/pugs ~/pugs

Afterwards, whenever you want to update your pugs copy:

   cd ~/pugs
   svk pull
The same applies to Parrot as well:
   svk co /parrot/mirror/trunk ~/parrot

Note the command is "svk", not "svn", although all svn commands are supported by svk as well, except svk runs them faster.

The //mirror/p6 directory contains the svn.perl.org Perl 6 repository, which contains the design documents, and a fallback mirror of Pugs

Thanks!
Audrey