From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: source repository Date: Tue, 03 Jul 2007 12:57:42 -0700 Message-ID: <87hcolgszt.fsf@red-bean.com> References: <200707031442.28402.pogonyshev@gmx.net> <468A3997.2040500@f2s.com> <200707031514.17225.pogonyshev@gmx.net> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183492677 2213 80.91.229.12 (3 Jul 2007 19:57:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Jul 2007 19:57:57 +0000 (UTC) Cc: emacs-devel@gnu.org, Jason Rumney , Paul Pogonyshev To: dhruva Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 03 21:57:55 2007 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I5oVV-0000U5-1D for ged-emacs-devel@m.gmane.org; Tue, 03 Jul 2007 21:57:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5oVU-0006OD-AA for ged-emacs-devel@m.gmane.org; Tue, 03 Jul 2007 15:57:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5oVQ-0006NX-Pv for emacs-devel@gnu.org; Tue, 03 Jul 2007 15:57:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5oVO-0006KC-0u for emacs-devel@gnu.org; Tue, 03 Jul 2007 15:57:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5oVN-0006K5-Ty for emacs-devel@gnu.org; Tue, 03 Jul 2007 15:57:45 -0400 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I5oVN-0001FR-Gi for emacs-devel@gnu.org; Tue, 03 Jul 2007 15:57:45 -0400 Original-Received: from localhost ([127.0.0.1]:59910 ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.63) (envelope-from ) id 1I5oVL-0003qu-BY; Tue, 03 Jul 2007 14:57:43 -0500 In-Reply-To: (dhruva's message of "Tue\, 3 Jul 2007 18\:27\:41 +0530") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74251 Archived-At: dhruva writes: > On 7/3/07, Paul Pogonyshev wrote: >> Jason Rumney wrote: >> > Paul Pogonyshev wrote: >> > > What is the best way to stay in touch with Emacs development? As I >> > > understood, Emacs now uses Arch mostly, >> > >> > You understood incorrectly. Some developers use arch, but the definitive >> > repository for Emacs is CVS. Since Miles is away at the moment, the arch >> > synching is not happening. I'm not sure why savannah lists arch above >> > cvs (probably it is alphabetical order), but it is misleading - there >> > should be some indication there that the main repository is CVS. >> >> Oh. A pity Emacs still uses so old system. I got used to Subversion >> lately. > > If you are behind a firewall (the way I am), you could use Mercurial > repository which is updated daily from the CVS head. I use it for my > daily dosage of fresh emacs. Mercurial is implemented in python and is > well ported (IMHO: and far superior to other SCM) > > repo: http://hg.intevation.org/emacs > Some basic commands: > First checkout: > $ hg clone http://hg.intevation.org/emacs > Subsequent updates: > $ hg pull -u Can I also commit through Mercurial, if I use this method?