* CVS is read-only, now ready for final Bazaar conversion.
@ 2009-12-27 18:48 Karl Fogel
2009-12-27 20:13 ` Andreas Schwab
2009-12-27 22:50 ` Paul R
0 siblings, 2 replies; 7+ messages in thread
From: Karl Fogel @ 2009-12-27 18:48 UTC (permalink / raw)
To: emacs-devel; +Cc: Andreas Schwab, Jason Earl
The CVS repository is now read-only [1]. Andreas, can you do the final
Bazaar conversion, based on current CVS? Once it's ready... well, then
that's it, we're switched. If we move fast we can be on Bazaar before
2010! :-)
-Karl
[1] Thanks to Sylvain Beucler in https://savannah.gnu.org/support/?107170.
I tested to make sure:
$ cvs ci -F msg bookmark.el ChangeLog
cvs commit: warning: commitinfo line contains no format strings:
"echo 1>&2 'You may not commit here anymore. Use bzr.' && exit 1"
Appending defaults (" %r/%p %s"), but please be aware that this usage is
deprecated.
1>&2 You may not commit here anymore. Use bzr. \
&& exit 1 /sources/emacs/emacs/lisp bookmark.el ChangeLog
/sources/emacs/emacs/lisp/bookmark.el,v <-- bookmark.el
new revision: 1.148; previous revision: 1.147
cvs [commit aborted]: could not open lock file \
`/sources/emacs/emacs/lisp/,bookmark.el,': Permission denied
$
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CVS is read-only, now ready for final Bazaar conversion.
2009-12-27 18:48 CVS is read-only, now ready for final Bazaar conversion Karl Fogel
@ 2009-12-27 20:13 ` Andreas Schwab
2009-12-27 22:50 ` Paul R
1 sibling, 0 replies; 7+ messages in thread
From: Andreas Schwab @ 2009-12-27 20:13 UTC (permalink / raw)
To: Karl Fogel; +Cc: Jason Earl, emacs-devel
Karl Fogel <kfogel@red-bean.com> writes:
> Andreas, can you do the final Bazaar conversion, based on current CVS?
Done, and made the repository writable for all.
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: CVS is read-only, now ready for final Bazaar conversion.
2009-12-27 18:48 CVS is read-only, now ready for final Bazaar conversion Karl Fogel
2009-12-27 20:13 ` Andreas Schwab
@ 2009-12-27 22:50 ` Paul R
2009-12-27 22:57 ` Juanma Barranquero
2009-12-27 23:01 ` Karl Fogel
1 sibling, 2 replies; 7+ messages in thread
From: Paul R @ 2009-12-27 22:50 UTC (permalink / raw)
To: Karl Fogel; +Cc: Andreas Schwab, Jason Earl, emacs-devel
Karl> The CVS repository is now read-only [1]. Andreas, can you do the
Karl> final Bazaar conversion, based on current CVS? Once it's ready...
Karl> well, then that's it, we're switched. If we move fast we can be on
Karl> Bazaar before 2010! :-)
Good job, I'm sure this DVCS thing is a nice improvement. The following
resources should probably be updated.
http://www.gnu.org/software/emacs/#Obtaining ( " The GNU Emacs
development sources are available via a CVS repository hosted on
savannah.gnu.org. For details, see the Emacs project page.")
http://savannah.gnu.org/projects/emacs/ ( There are four differents
VCS repositories including the bzr one, are they all in sync ? If not,
this page should state clearly which one is the most up to date )
http://www.emacswiki.org/emacs/CategoryBuilding and a lot of pages
linked from here. These pages intructs that latest emacs should be
fetched from cvs.
--
Paul
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CVS is read-only, now ready for final Bazaar conversion.
2009-12-27 22:50 ` Paul R
@ 2009-12-27 22:57 ` Juanma Barranquero
2009-12-27 23:01 ` Karl Fogel
2009-12-27 23:01 ` Karl Fogel
1 sibling, 1 reply; 7+ messages in thread
From: Juanma Barranquero @ 2009-12-27 22:57 UTC (permalink / raw)
To: Paul R; +Cc: Karl Fogel, Andreas Schwab, Jason Earl, emacs-devel
On Sun, Dec 27, 2009 at 23:50, Paul R <paul.r.ml@gmail.com> wrote:
> The following
> resources should probably be updated.
Not to mention make-dist, INSTALL.CVS, nt/INSTALL and a few other
files in the repository.
Juanma
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CVS is read-only, now ready for final Bazaar conversion.
2009-12-27 22:50 ` Paul R
2009-12-27 22:57 ` Juanma Barranquero
@ 2009-12-27 23:01 ` Karl Fogel
1 sibling, 0 replies; 7+ messages in thread
From: Karl Fogel @ 2009-12-27 23:01 UTC (permalink / raw)
To: Paul R; +Cc: Andreas Schwab, Jason Earl, emacs-devel
Paul R <paul.r.ml@gmail.com> writes:
> Good job, I'm sure this DVCS thing is a nice improvement. The following
> resources should probably be updated.
>
> http://www.gnu.org/software/emacs/#Obtaining ( " The GNU Emacs
> development sources are available via a CVS repository hosted on
> savannah.gnu.org. For details, see the Emacs project page.")
>
> http://savannah.gnu.org/projects/emacs/ ( There are four differents
> VCS repositories including the bzr one, are they all in sync ? If not,
> this page should state clearly which one is the most up to date )
>
> http://www.emacswiki.org/emacs/CategoryBuilding and a lot of pages
> linked from here. These pages intructs that latest emacs should be
> fetched from cvs.
Yes, thanks. I've added these to the list at
http://www.emacswiki.org/emacs/EmacsBzrSwitchover; I'll be going through
those one by one to update them, but if you know how to update any of
those resources, please beat me to it! (Obviously the wiki one is easy,
but the rest are not.)
-Karl
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CVS is read-only, now ready for final Bazaar conversion.
2009-12-27 22:57 ` Juanma Barranquero
@ 2009-12-27 23:01 ` Karl Fogel
2009-12-27 23:09 ` Juanma Barranquero
0 siblings, 1 reply; 7+ messages in thread
From: Karl Fogel @ 2009-12-27 23:01 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: Paul R, Andreas Schwab, Jason Earl, emacs-devel
Juanma Barranquero <lekktu@gmail.com> writes:
> Not to mention make-dist, INSTALL.CVS, nt/INSTALL and a few other
> files in the repository.
Already done. Update your local bzr branch :-).
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CVS is read-only, now ready for final Bazaar conversion.
2009-12-27 23:01 ` Karl Fogel
@ 2009-12-27 23:09 ` Juanma Barranquero
0 siblings, 0 replies; 7+ messages in thread
From: Juanma Barranquero @ 2009-12-27 23:09 UTC (permalink / raw)
To: Karl Fogel; +Cc: Emacs developers
On Mon, Dec 28, 2009 at 00:01, Karl Fogel <kfogel@red-bean.com> wrote:
> Already done. Update your local bzr branch :-).
I'm doing it right now. Sorry for the noise.
Juanma
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-12-27 23:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27 18:48 CVS is read-only, now ready for final Bazaar conversion Karl Fogel
2009-12-27 20:13 ` Andreas Schwab
2009-12-27 22:50 ` Paul R
2009-12-27 22:57 ` Juanma Barranquero
2009-12-27 23:01 ` Karl Fogel
2009-12-27 23:09 ` Juanma Barranquero
2009-12-27 23:01 ` Karl Fogel
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.