[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: |
Mon, 14 Jan 2008 06:28:03 -0500 |
That is, the main "development version" of project $FOO may be:
http://hg.savannah.gnu.org/sources/emacs/trunk
or the 'main' branch in this repository.
Given a local 'clone' of this branch, say in ~/work/emacs/trunk a user
can get the latest development version with:
cd ~/work/emacs/trunk
hg pull --update ; or 'hg pull -u'
This will perform both steps of (a) grabbing any changes of the remote
tree that we don't have and stashing them in the local repository
storage area, and (b) check out the latest version of the sources.
If I do a local commit, does that change the "latest version" in my
local repository?
If I do a pull from my local repository to the main one,
does that change the "latest version" in the shared repository?
- 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 <=
- Re: What a modern collaboration toolkit looks like, Jason Earl, 2008/01/07
- 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