On Fri, Jan 18, 2002 at 04:58:41PM -0000, Tim Kemp wrote:
> CVS 1.11.1.1 (WinXP)
> 
> In C:\Development\nserver: cvs commit -m "- added DTD's for generator and
> template XML files
> - updated template to so generated file conforms with DTD
> - XML is now validated" src\MSmigratedbtemplate.xml
> cvs [commit aborted]: end of file from server (consult above messages if
> any)
> 
> Error, CVS operation failed

There shouldn't be anything about XML files -- or any other
content -- that confuses CVS that badly.  (Huge commits can cause
client/server CVS to run out of /tmp space, but the file you
posted is tiny.)

Some things to try:
  - Maybe the leading "-" in your log message is confusing the
    command-line parser -- making it think the message body is
    a whole long list of option letters.

  - You can use "cvs -t commit ..." to get a trace of the
    interaction between the client and server.  That might help
    you to diagnose the problem.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        [EMAIL PROTECTED]
|  |  /
One ring to rule the mall.
        - Movie review headline, eye Magazine

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to