[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What a modern collaboration toolkit looks like
From: |
Jason Earl |
Subject: |
Re: What a modern collaboration toolkit looks like |
Date: |
Mon, 07 Jan 2008 14:28:26 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Richard Stallman <address@hidden> writes:
> A distributed VCS can be used just like CVS. The fans of
> distributed VCS systems like to talk about the many benefits of
> a distributed system, but I don't know of a single major project
> that uses a dVCS that doesn't have a canonical URL. For
> example, if you wanted to start hacking on git (assuming you had
> a copy of git installed already) you could do:
>
> git clone git://git.kernel.org/pub/scm/git/git.git/
>
> That is good.
>
> Can you explain what that URL means? Does the URL identify a
> specific revision? Or does the URL identify a repository? If it
> identifies a repository, how does git decide which revision to get?
The above command would create a copy of the entire git master
repository on your machine. It holds all of the revisions that have
ever been pushed to that particular repository. However, by default
it does the right thing and checks out the tip of the master branch
from that repository. In other words, it is no more difficult to
follow the main trunk of the canonical repository with git than it is
with CVS.
The primary difference is that with a dVCS you can do quite a few
tricks that you can't do with CVS.
Jason
- Re: What a modern collaboration toolkit looks like, (continued)
- Re: What a modern collaboration toolkit looks like, Jason Earl, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Gregory Collins, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/08
- Re: What a modern collaboration toolkit looks like, Miles Bader, 2008/01/08
- Re: What a modern collaboration toolkit looks like, Giorgos Keramidas, 2008/01/13
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/14
- Re: What a modern collaboration toolkit looks like,
Jason Earl <=
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Giorgos Keramidas, 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, Stephen J. Turnbull, 2008/01/05
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/06
- Re: What a modern collaboration toolkit looks like, Piet van Oostrum, 2008/01/07
- Re: What a modern collaboration toolkit looks like, Nick Roberts, 2008/01/01
- Re: What a modern collaboration toolkit looks like, Richard Stallman, 2008/01/02
- Re: What a modern collaboration toolkit looks like, Eric S. Raymond, 2008/01/02
- Re: What a modern collaboration toolkit looks like, David Kastrup, 2008/01/02