Nicolas Desir wrote:
>
> I am on the way to look at the repligard sources but perhaps someone has
> beter idea?
Hi, again
religard/export.c (1.4.3 I didn't found time to get a 1.4.4 and
since the problems was the same, I don't think much has changed
between
the 2 ver)
exp_data.expandtree = TRUE;
[...]
if (configuration.all)
{ [...]
}
else
{
/* Do not expand tree when replicate dependencies */
exp_data.expandtree = FALSE;
[...]
}
So I have my answer. The article is a dependeny of my topic,
so the article tree is not expanded. Is it supposed to work
that way?
Forcing expantree to true makes the work at least for my topic
export but perhaps could cause trouble for other objects?
But I have really been induced in error by the repligard debug
messages, by the sql request it makes:
- repligard search the depencies, then iterate through those,
and ignore them one by one.
Shouldn't it simply not search those?
Nicolas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]