Re: [perl #43081] [p6] Get p6 tests from pugs.

2007-05-31 Thread Eric Wilhelm
# from Paul Cochrane # on Thursday 31 May 2007 01:42 pm: > It is possible to get anonymous svn access to the pugs >source, but svn won't allow you to check out source from a different >repository into another repository's path Maybe I'm missing something, but what I've done in similar situations

Re: [perl #43081] [p6] Get p6 tests from pugs.

2007-05-31 Thread Will Coleda
Paul Cochrane via RT writes: For now, add a make target for p6 (similar to tcl's 'make tcl-test') that copies an export of the latest version of these tests into languages/perl6/t/spec/ (NOT under parrot version control). What would be the best way to get the sources? I would suggest using rs

Re: [perl #43081] [p6] Get p6 tests from pugs.

2007-05-31 Thread Paul Cochrane
For now, add a make target for p6 (similar to tcl's 'make tcl-test') that copies an export of the latest version of these tests into languages/perl6/t/spec/ (NOT under parrot version control). What would be the best way to get the sources? I would suggest using rsync to pull the sources across,

[perl #43081] [p6] Get p6 tests from pugs.

2007-05-30 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #43081] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43081 > For now, the pugs repository contains the master copy of the perl6 test suite. For now