When commited a file in a pserver repository, I get a
syntax error dialog. The file is commited correctly,
but the commit tb is empty (the cause is the syntax
error). When I commit the same in the commandline, I
see that the output doesn't contain "Checking in.. "
line and it doesn't contain the "done" too.
This tokens would be optional in the grammar rule of
eccvs-commit-parser.yy, but I can't modify the rule to
avoid the syntax error :( (I don't remember very well
the use of bison :( ).