Dr. Weth Christopher writes:
>
> building cvs 1.11.2 without client support fails, the problem is this
> (logmsg.c, line 198):
That's already fixed in the current development version, but thanks
anyway!
-Larry Jones
Rats. I can't tell my gum from my Silly Putty. -- Calvin
___
Hi,
building cvs 1.11.2 without client support fails, the problem is this
(logmsg.c, line 198):
assert (current_parsed_root->isremote && !repository
|| !current_parsed_root->isremote && repository);
Solution:
#ifdef CLIENT_SUPPORT
assert (current_parsed_root->isremote && !r