Re: [perl #40048] [CAGE] t/distro/file_metadata.t doesn't like svk

2006-08-02 Thread chromatic
On Wednesday 02 August 2006 13:13, Will Coleda wrote: > Seems fine, modulo: > > - my @cmd = qw(svn pg Copyright); > + my @cmd = qw(pg Copyright); > > should probably be: > > - my @cmd = qw(svn pg Copyright); > + my @cmd = qw($cmd pg Copyright); > > (though that test is skipped righ

Re: [perl #40048] [CAGE] t/distro/file_metadata.t doesn't like svk

2006-08-02 Thread Will Coleda
Seems fine, modulo: - my @cmd = qw(svn pg Copyright); + my @cmd = qw(pg Copyright); should probably be: - my @cmd = qw(svn pg Copyright); + my @cmd = qw($cmd pg Copyright); (though that test is skipped right now anyway) On Aug 2, 2006, at 3:55 PM, chromatic wrote: On

Re: [perl #40048] [CAGE] t/distro/file_metadata.t doesn't like svk

2006-08-02 Thread chromatic
On Wednesday 02 August 2006 12:53, Will Coleda wrote: > Every single test fails because the file assumes svn instead of svk, > e.g.: > > my @cmd = qw(svn pg svn:mime-type); > @cmd = qw(svn pg svn:keywords); > > one reference is made to 'svk ls', but it's never considered as an > optio

Re: [perl #40048] [CAGE] t/distro/file_metadata.t doesn't like svk

2006-08-02 Thread Will Coleda
Every single test fails because the file assumes svn instead of svk, e.g.: my @cmd = qw(svn pg svn:mime-type); @cmd = qw(svn pg svn:keywords); one reference is made to 'svk ls', but it's never considered as an option to get at the meta data, just as a criteria to then try to get

Re: [perl #40048] [CAGE] t/distro/file_metadata.t doesn't like svk

2006-08-02 Thread jerry gay
it's not like you to submit bug reports without useful information. how do you quantify "doesn't like svk?" what is the output of C? ~jerry

[perl #40048] [CAGE] t/distro/file_metadata.t doesn't like svk

2006-08-02 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40048] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40048 > works fine with svn, but not svk. be nice if it worked under either system. -- Will "C