Hello, I'm using cvs 1.10.8 on HPUX 10.20 (compiled with HPs ANSI C-Compiler) Compiling and checking went smooth (besides a false alarm about a make check failure on my part) But now - after using it for quite a while - I stumbled over an problem: cvs is loosing the message given to 'cvs add' using the '-m' switch. (This happens both with pcl-cvs and on the command-line) Example: lasagne:/c/tdl2tab_/tdl2tab> cvs add -m "Das ist ein Test" test cvs server: scheduling file `test' for addition cvs server: use 'cvs commit' to add this file permanently lasagne:/c/tdl2tab_/tdl2tab> cvs commit -m "Version 0" test RCS file: /home/jost/cvs/tdl2tab/test,v done Checking in test; /home/jost/cvs/tdl2tab/test,v <-- test initial revision: 1.1 done lasagne:/c/tdl2tab_/tdl2tab> cvs log test RCS file: /home/jost/cvs/tdl2tab/test,v Working file: test head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2000/05/10 10:40:35; author: jost; state: Exp; Version 0 ============================================================================= So, the version comment given to 'cvs commit' is there, but the comment given to 'cvs add' has been dropped. Is this a fault on my part ? A known bug ? Any patches available ? If you need additional information please let me know. Thanks Martin