emacs-devel
[Top][All Lists]
Advanced

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

Re: Connection to emacs CVS broken ?


From: Vinicius Jose Latorre
Subject: Re: Connection to emacs CVS broken ?
Date: Thu, 15 Mar 2007 20:04:37 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1

Nick Roberts wrote:
 > How do we want to go about doing this?
> > I have a tree that's up-to-date as of the crash. Will the problem be
 > fixed if I simply do a "cvs ci" on the entire tree?

Does CVS get confused if your checked out file thinks it's a later version than
the most recent in the repository?  How about trying it on a single, non-source
file first?

Well, I've done this:

$ mv emacs emacs-orig
$ cp -rf emacs-orig emacs #### recursive copy but without preserving file/dir timestamp
$ cvs -z3 -d:ext:address@hidden:/sources/emacs co emacs

CVS loops, I aborted after 10 minutes.

Now, doing:

$ cp -rpf emacs-orig emacs
$ cvs -z3 -d:ext:address@hidden:/sources/emacs co emacs

CVS updates emacs dir.

But I noted that emacs/lisp/ChangeLog lost the last entries of 2007-03-12, maybe there are other differences.

The emacs/lisp/ChangeLog lost entries are:


2007-03-12  Carsten Dominik  <address@hidden>

   * textmodes/org.el (org-set-font-lock-defaults): Handle narrow
   table columns correctly.

2007-03-12  Mark A. Hershberger  <address@hidden>

   * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
   (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
   Return to use of the -no-properties variants.  There was
   consensus on emacs-devel that the speed of these variants was
   prefered since we are usually parsing files (from the internet
   or on disk) instead of XML created in Emacs.

   * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
   Add customize option.

2007-03-12  Glenn Morris  <address@hidden>

   * calc/calc-forms.el (math-std-daylight-savings): Switch to new
   North American rule.

   * woman.el (woman-change-fonts): Tweak previous change by using
   woman-request-regexp rather than "^\\.".

   * startup.el (command-line-1): Make insertion of
   initial-scratch-message not depend on scratch being selected.







reply via email to

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