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: 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?




reply via email to

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