* A git repository question
@ 2009-10-07 21:45 Harald Hanche-Olsen
2009-10-07 21:54 ` David Reitter
2009-10-08 1:03 ` Chong Yidong
0 siblings, 2 replies; 7+ messages in thread
From: Harald Hanche-Olsen @ 2009-10-07 21:45 UTC (permalink / raw)
To: emacs-devel
Is there a way to dig the actual 23.1 release out of the git
repository at git://git.sv.gnu.org/emacs.git ? I can see handy tags
like EMACS_22_3 there, but no EMACS_23_1. Or does the release exist
only as a tar ball?
- Harald
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: A git repository question
2009-10-07 21:45 A git repository question Harald Hanche-Olsen
@ 2009-10-07 21:54 ` David Reitter
2009-10-07 22:13 ` Harald Hanche-Olsen
2009-10-08 1:03 ` Chong Yidong
1 sibling, 1 reply; 7+ messages in thread
From: David Reitter @ 2009-10-07 21:54 UTC (permalink / raw)
To: Harald Hanche-Olsen; +Cc: emacs-devel
On Oct 7, 2009, at 5:45 PM, Harald Hanche-Olsen wrote:
> Is there a way to dig the actual 23.1 release out of the git
> repository at git://git.sv.gnu.org/emacs.git ? I can see handy tags
> like EMACS_22_3 there, but no EMACS_23_1. Or does the release exist
> only as a tar ball?
It doesn't seem like it's marked, but revision f9b3f7 should be the
23.1 release.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: A git repository question
2009-10-07 21:54 ` David Reitter
@ 2009-10-07 22:13 ` Harald Hanche-Olsen
0 siblings, 0 replies; 7+ messages in thread
From: Harald Hanche-Olsen @ 2009-10-07 22:13 UTC (permalink / raw)
To: david.reitter; +Cc: emacs-devel
+ David Reitter <david.reitter@gmail.com>:
> On Oct 7, 2009, at 5:45 PM, Harald Hanche-Olsen wrote:
>
> > Is there a way to dig the actual 23.1 release out of the git
> > repository at git://git.sv.gnu.org/emacs.git ? I can see handy tags
> > like EMACS_22_3 there, but no EMACS_23_1. Or does the release exist
> > only as a tar ball?
>
> It doesn't seem like it's marked, but revision f9b3f7 should be the
> 23.1 release.
That was my guess too, but etc/NEWS is different in the two.
Here is the one in the tar ball:
-rw-r--r-- 1 hanche admin 76351 Jul 29 21:13 emacs-23.1/etc/NEWS
whereas the one in the revision you mention was last changed here:
commit 32c3a1505ee77fcde1489d9629deb61703f5372b
Author: Chong Yidong <cyd@stupidchicken.com>
Date: Tue Jul 21 23:45:39 2009 +0000
- Harald
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: A git repository question
2009-10-07 21:45 A git repository question Harald Hanche-Olsen
2009-10-07 21:54 ` David Reitter
@ 2009-10-08 1:03 ` Chong Yidong
2009-10-08 1:16 ` Harald Hanche-Olsen
2009-10-08 19:38 ` Harald Hanche-Olsen
1 sibling, 2 replies; 7+ messages in thread
From: Chong Yidong @ 2009-10-08 1:03 UTC (permalink / raw)
To: Harald Hanche-Olsen; +Cc: emacs-devel
Harald Hanche-Olsen <hanche@math.ntnu.no> writes:
> Is there a way to dig the actual 23.1 release out of the git
> repository at git://git.sv.gnu.org/emacs.git ? I can see handy tags
> like EMACS_22_3 there, but no EMACS_23_1. Or does the release exist
> only as a tar ball?
The Emacs 23.1 release has its own CVS tag (EMACS_23_1).
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: A git repository question
2009-10-08 1:03 ` Chong Yidong
@ 2009-10-08 1:16 ` Harald Hanche-Olsen
2009-10-08 9:01 ` Andreas Schwab
2009-10-08 19:38 ` Harald Hanche-Olsen
1 sibling, 1 reply; 7+ messages in thread
From: Harald Hanche-Olsen @ 2009-10-08 1:16 UTC (permalink / raw)
To: cyd; +Cc: emacs-devel
+ Chong Yidong <cyd@stupidchicken.com>:
> Harald Hanche-Olsen <hanche@math.ntnu.no> writes:
>
> > Is there a way to dig the actual 23.1 release out of the git
> > repository at git://git.sv.gnu.org/emacs.git ? I can see handy tags
> > like EMACS_22_3 there, but no EMACS_23_1. Or does the release exist
> > only as a tar ball?
>
> The Emacs 23.1 release has its own CVS tag (EMACS_23_1).
That answers my last question, thank you. But then the lack of this
tag in the git repository is a shortcoming in the cvs-to-git
conversion process, no?
- Harald
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: A git repository question
2009-10-08 1:16 ` Harald Hanche-Olsen
@ 2009-10-08 9:01 ` Andreas Schwab
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Schwab @ 2009-10-08 9:01 UTC (permalink / raw)
To: Harald Hanche-Olsen; +Cc: cyd, emacs-devel
Harald Hanche-Olsen <hanche@math.ntnu.no> writes:
> That answers my last question, thank you. But then the lack of this
> tag in the git repository is a shortcoming in the cvs-to-git
> conversion process, no?
When cvsps cannot find a changeset corresponding to a CVS tag it usually
means that the tag wasn't set in a consistent way (based on commit
time). In the case of the EMACS_23_1 tag I don't know why it didn't
work.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: A git repository question
2009-10-08 1:03 ` Chong Yidong
2009-10-08 1:16 ` Harald Hanche-Olsen
@ 2009-10-08 19:38 ` Harald Hanche-Olsen
1 sibling, 0 replies; 7+ messages in thread
From: Harald Hanche-Olsen @ 2009-10-08 19:38 UTC (permalink / raw)
To: emacs-devel
+ Chong Yidong <cyd@stupidchicken.com>:
> The Emacs 23.1 release has its own CVS tag (EMACS_23_1).
That helped, actually. The closest commit I can find in the git
repository is this one (in case anyone is interested):
commit 0afb8ff02587d1e6928e8747e161880933946137
Author: Chong Yidong <cyd@stupidchicken.com>
Date: Thu Jul 30 01:14:15 2009 +0000
Patch from Kim F. Storm:
Add `...' around Lisp symbols.
Remove duplicate entry.
The only difference of substance I can see between that commit and the
release seems to be that 0afb8ff has lisp/progmodes/gdb-mi.el while
23.1 has gdb-ui.el.
I'll let y'all get back to whatever you were doing now.
- Harald
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-10-08 19:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 21:45 A git repository question Harald Hanche-Olsen
2009-10-07 21:54 ` David Reitter
2009-10-07 22:13 ` Harald Hanche-Olsen
2009-10-08 1:03 ` Chong Yidong
2009-10-08 1:16 ` Harald Hanche-Olsen
2009-10-08 9:01 ` Andreas Schwab
2009-10-08 19:38 ` Harald Hanche-Olsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.