info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't commit XML file into CVS


From: Eric Siegerman
Subject: Re: Can't commit XML file into CVS
Date: Fri, 18 Jan 2002 12:31:23 -0500
User-agent: Mutt/1.2.5i

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.        address@hidden
|  |  /
One ring to rule the mall.
        - Movie review headline, eye Magazine



reply via email to

[Prev in Thread] Current Thread [Next in Thread]