From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?=D3scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: What a modern collaboration toolkit looks like Date: Wed, 02 Jan 2008 15:26:58 +0100 Message-ID: References: <20071231130712.GB8641@thyrsus.com> <20080101171120.GC3830@muc.de> <20080101.190535.32709273.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199284107 29026 80.91.229.12 (2 Jan 2008 14:28:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jan 2008 14:28:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 02 15:28:47 2008 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 1JA4a5-0006YG-1K for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2008 15:28:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JA4Zi-0003vC-WE for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2008 09:28:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JA4Yp-0003H1-0n for emacs-devel@gnu.org; Wed, 02 Jan 2008 09:27:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JA4Ym-0003Ed-3Q for emacs-devel@gnu.org; Wed, 02 Jan 2008 09:27:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JA4Yl-0003ER-Ui for emacs-devel@gnu.org; Wed, 02 Jan 2008 09:27:07 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JA4Yl-00060e-Dj for emacs-devel@gnu.org; Wed, 02 Jan 2008 09:27:07 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JA4Yj-0005U7-K0 for emacs-devel@gnu.org; Wed, 02 Jan 2008 14:27:05 +0000 Original-Received: from 169.red-81-35-77.dynamicip.rima-tde.net ([81.35.77.169]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Jan 2008 14:27:05 +0000 Original-Received: from ofv by 169.red-81-35-77.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Jan 2008 14:27:05 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 169.red-81-35-77.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (windows-nt) Cancel-Lock: sha1:41pHE4bKamxdA7yQy/75/cVH70c= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:85904 Archived-At: Richard Stallman writes: > Would ONE of you please email me git intro documentation? > (Please check and see if someone else has already said he > has done so, before sending it again.) Please do not focus too much on git. AFAIK it is not the most easy to use decentralized VCS and its support for non-*nix systems is weak. I'll suggest you use Mercurial for learning what a decentralized VCS can do. The basic idea is the same for all dVCS's. Of course the interface and implementation trade-offs varies among them. Mercurial: http://www.selenic.com/mercurial/wiki/ Focus on UnderstandingMercurial and the Tutorial. CvsInfo may be useful too. Bazaar is another dVCS. On its website there are some articles interesting articles: http://bazaar-vcs.org/Articles -- Oscar