unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* git transition issues
@ 2014-10-27  0:07 Eric S. Raymond
  2014-10-27  1:08 ` Stefan Monnier
  2014-10-27  1:42 ` git transition issues David Caldwell
  0 siblings, 2 replies; 75+ messages in thread
From: Eric S. Raymond @ 2014-10-27  0:07 UTC (permalink / raw)
  To: emacs-devel

I'm in the process of preparing a transition-day patch series.  These will be
the first patches applied to the new git repository after conversion;
the objective is to replace bzr recipes with with git recipes where
applicable.

For most of the files this patch touches the changes are small and
relatively straightforward. The easy changes are:

      Makefile.in
      etc/CONTRIBUTE
      admin/make-tarball.txt
      admin/update-copyright
      admin/notes/bugtracker
      admin/notes/tags
      admin/update_autogen

Makefile.in, for example, needs to have the value of VCSWITNESS modified

There are three files for which the right thing is not obvious.

admin/bzrmerge.el, admin/notes/repo: bzrmerge.el won't work in the new
repository at all, as it felies on bzr CLI features.  There is
material in admin/notes/repo tied to it.  All this will have to be
rewritten for git. 

lisp/version.el: The bzr-specific code for version extraction will be
obsolete.  The git-specific code is very broken.  Among other
problems, in my stock Ubuntu environment the git log command it
generates always fails, apparently because it can't find terminal
capabilities it wants. 

Bearing in mind that this stuff will remain in the archival bzr repo,
my inclination is to just delete it.  Nothing in the rest of Emacs
uses either .el file. I think it better for user attempts to employ
these to fail loudly so they will be fixed rather than silently
returning incorrect results.
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>

"America is at that awkward stage.  It's too late to work within the system,
but too early to shoot the bastards."	-- Claire Wolfe



^ permalink raw reply	[flat|nested] 75+ messages in thread

end of thread, other threads:[~2014-11-24 19:06 UTC | newest]

Thread overview: 75+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-27  0:07 git transition issues Eric S. Raymond
2014-10-27  1:08 ` Stefan Monnier
2014-10-27  1:28   ` Eric S. Raymond
2014-10-27 13:10     ` Stefan Monnier
2014-10-28 15:35     ` Glenn Morris
2014-10-28 16:36       ` Eric S. Raymond
2014-10-28 18:01         ` Eli Zaretskii
2014-10-28 18:07           ` Eric S. Raymond
2014-10-28 18:19             ` Eli Zaretskii
2014-10-29  0:58               ` Stefan Monnier
2014-10-31  9:17                 ` Eli Zaretskii
2014-10-31 10:23                   ` Eric S. Raymond
2014-10-31 10:27                     ` Eli Zaretskii
2014-10-31 10:51                       ` Eric S. Raymond
2014-10-31 11:03                         ` Eli Zaretskii
2014-10-31 13:00                           ` Eric S. Raymond
2014-11-01  0:39                             ` Stephen J. Turnbull
2014-11-15 14:52   ` Rewriting bzrmerge.el (was: git transition issues) David Engster
2014-11-15 15:40     ` Rewriting bzrmerge.el Paul Eggert
2014-11-15 16:01       ` Stefan Monnier
2014-11-15 16:32       ` Eli Zaretskii
2014-11-15 16:04     ` Stefan Monnier
2014-11-15 16:10       ` David Engster
2014-11-15 16:26         ` David Engster
2014-11-16  3:50           ` Stefan Monnier
2014-11-21 22:47             ` David Engster
2014-11-22  8:16               ` Eli Zaretskii
2014-11-22 16:13                 ` David Engster
2014-11-22 16:42                   ` Eli Zaretskii
2014-11-22 17:17                     ` David Engster
2014-11-22 20:30                       ` Eli Zaretskii
2014-11-22 21:11                         ` David Engster
2014-11-23  3:35                           ` Eli Zaretskii
2014-11-23 16:32                           ` Steinar Bang
2014-11-23 17:49                             ` David Engster
2014-11-23 17:50                             ` Eli Zaretskii
2014-11-23 18:40                               ` Steinar Bang
2014-11-23 19:49                                 ` Eli Zaretskii
2014-11-22 22:28                         ` Stefan Monnier
2014-11-22 23:02                         ` Lars Magne Ingebrigtsen
2014-11-23  0:22                           ` Stephen J. Turnbull
2014-11-23  8:01                             ` David Kastrup
2014-11-23 16:08                               ` Eli Zaretskii
2014-11-23 16:29                                 ` Achim Gratz
2014-11-23 17:49                                   ` Eli Zaretskii
2014-11-23 16:29                                 ` David Kastrup
2014-11-23 16:42                                 ` Stephen J. Turnbull
2014-11-23 16:49                                   ` David Kastrup
2014-11-23 17:33                                   ` Eli Zaretskii
2014-11-23 16:41                               ` Steinar Bang
2014-11-23 14:22                             ` Lars Magne Ingebrigtsen
2014-11-23 15:08                               ` Ken Brown
2014-11-23 15:11                               ` Stephen J. Turnbull
2014-11-23 15:21                                 ` Lars Magne Ingebrigtsen
2014-11-24 15:11                                 ` Eli Zaretskii
2014-11-24 18:18                                   ` Stephen J. Turnbull
2014-11-24 18:26                                     ` Eli Zaretskii
2014-11-24 18:59                                       ` Stephen J. Turnbull
2014-11-24 19:06                                         ` Eli Zaretskii
2014-11-23  3:46                           ` Eli Zaretskii
2014-11-24  3:59                           ` Stefan Monnier
2014-11-24 13:09                             ` Eli Zaretskii
2014-11-22 15:57               ` Stefan Monnier
2014-11-23 17:18               ` David Engster
2014-11-15 16:26     ` Eli Zaretskii
2014-11-15 16:34       ` David Engster
2014-11-15 17:50         ` David Kastrup
2014-11-15 18:06           ` Eli Zaretskii
2014-11-15 18:20             ` David Kastrup
2014-11-15 20:02             ` David Engster
2014-10-27  1:42 ` git transition issues David Caldwell
2014-10-27  1:55   ` Eric S. Raymond
2014-10-28 15:33     ` Glenn Morris
2014-10-28 21:16   ` Randal L. Schwartz
2014-10-28 21:31     ` Randal L. Schwartz

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).