[p4] p4 perl api, can't get RunFix() to work
G Barthelemy
gb.perforce at googlemail.com
Wed Oct 7 06:08:47 PDT 2009
On Wed, Oct 7, 2009 at 1:56 PM, Tom Duffy <tomd at dbsoft.com> wrote:
> I'm having trouble getting the RunFix command to work for me in a
> script
> $p4->RunFix("-c 217645", "job000165");
It works for me. Have you looked in the server logs whether your
command goes through ? Perhaps it's an authentication issue or
something like that.
Also, maybe you should try:
$p4->RunFix("-c", "217645", "job000165");
Guillaume
More information about the perforce-user
mailing list