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 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
option to get at the meta data, just as a criteria to then try to get
the data with svn.

Wow, this test takes a while. Here's a brain-dead simple patch I wrote that
seems to be working for now.

-- c
<allow_svk.patch>

--
Will "Coke" Coleda
[EMAIL PROTECTED]


Reply via email to