emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What a modern collaboration toolkit looks like


From: Thien-Thi Nguyen
Subject: Re: What a modern collaboration toolkit looks like
Date: Wed, 02 Jan 2008 12:27:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

() Richard Stallman <address@hidden>
() Wed, 02 Jan 2008 04:53:40 -0500

   This is based on surmise rather than knowledge.
   If it is wrong, where is the mistake?

here is my understanding of the difference(s):

cvs commit
 ~/src/emacs --[net]-> REPO

git commit
 ~/src/emacs --[filesystem]-> ~/src/emacs/.git/REPO

git push
 ~/src/emacs/.git/REPOSITORY --[net]-> REPO

thus, to achieve a state where changes are publically
accessible, cvs requires one operation, while git two.

(i trust the docs others have sent will explain things
further, but couldn't resist a little ASCII art... ;--).

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]