[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What a modern collaboration toolkit looks like
From: |
Richard Stallman |
Subject: |
Re: What a modern collaboration toolkit looks like |
Date: |
Sun, 06 Jan 2008 13:09:00 -0500 |
> But I still don't understand what step actually alters the trunk that
> users will get by default from the public repository. Does `push' do
> that?
Yes, presuming that by "push" you mean "push to the default public
repository".
In CVS terms, that's commit. To make a useful comparison between
CVS and git, we should think of this as "conceptual commit",
even though it is not called "commit" in git terminology.
Thus, I think that the relationship between merging and conceptual
commit is the same in git as it is in CVS. In both cases you have to
merge first before you do the conceptual commit.
In the above context, the equivalence would be:
CVS&RCS Git
save file save file
commit to RCS commit
commit to CVS push
That seems like a good explanation too.
- Re: What a modern collaboration toolkit looks like, (continued)
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/05
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/06
- Re: What a modern collaboration toolkit looks like, tomas, 2008/01/06
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/06
- Re: What a modern collaboration toolkit looks like, Robert J. Chassell, 2008/01/06
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/06
- Re: What a modern collaboration toolkit looks like, Robert J. Chassell, 2008/01/06
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/06
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/06
- Re: What a modern collaboration toolkit looks like, Stefan Monnier, 2008/01/05
- Re: What a modern collaboration toolkit looks like,
Richard Stallman <=
- Re: What a modern collaboration toolkit looks like, Gregory Collins, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Stephen J. Turnbull, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Gregory Collins, 2008/01/07
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Mike Mattie, 2008/01/07
- Re: What a modern collaboration toolkit looks like, YAMAMOTO Mitsuharu, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Mike Mattie, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/08
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/03
Re: What a modern collaboration toolkit looks like, Alan Mackenzie, 2008/01/01