From: Martin Jost <[EMAIL PROTECTED]>
Subject: cvs 1.10.8 on HPUX 10.20 drops 'cvs add -m'-Message
Date: Wed, 10 May 2000 20:10:02 +0900 (JST)
| 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)
If using client/server mode, this is a well-known glitch.
In the file BUGS:
* The -m option to "cvs add" does not work with client/server CVS.
CVS will accept the option, but it won't actually set the
file's description.
| Is this a fault on my part ? A known bug ? Any patches available ?
| If you need additional information please let me know.
Instead using cvs add -m option, you can:
cvs add test
cvs commit -m "Version 0" test
cvs admin -t-"Das ist ein Test" test
--
KOIE Hidetaka <[EMAIL PROTECTED]>