X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b7e86957568b8e1ee17234f81daa079184189289..d5b8058fb09545686338769edf92a4f73c166520:/INSTALL.BZR diff --git a/INSTALL.BZR b/INSTALL.BZR index 2ff6ca8c4a..48fa976c46 100644 --- a/INSTALL.BZR +++ b/INSTALL.BZR @@ -1,4 +1,4 @@ -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. See the end of the file for license conditions. @@ -14,7 +14,7 @@ Some of the files that are included in the Emacs tarball, such as byte-compiled Lisp files, are not stored in Bazaar. Therefore, to build from Bazaar you must run "make bootstrap" instead of just "make": - $ cvs update -dP + $ bzr pull $ make bootstrap Normally, it is not necessary to use "make bootstrap" after every @@ -54,9 +54,8 @@ etc.) before "make bootstrap" or "make"; the rest of the procedure is applicable to those systems as well. Questions, requests, and bug reports about the Bazaar versions of Emacs -should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help -or gnu.emacs.bug. Ideally, use M-x report-emacs-bug RET which will -send it to the proper place. +should be sent to bug-gnu-emacs@gnu.org rather than gnu.emacs.help. +Ideally, use M-x report-emacs-bug RET. Because the Bazaar version of Emacs is a work in progress, it will sometimes fail to build. Please wait a day or so (and check the bug @@ -65,15 +64,6 @@ In most cases, the problem is known about and is just waiting for someone to fix it. -Note on accessing the Bazaar repository ---------------------------------------- - -Write access to the Bazaar repository is currently done via Bazaar's -sftp:// protocol; see http://www.emacswiki.org/emacs/BzrForEmacsDevs. -We plan to offer bzr+ssh:// access later. More discussion about that -is at https://savannah.gnu.org/support/?107077. - - This file is part of GNU Emacs.