Differences between revisions 1 and 2
Revision 1 as of 2005-08-26 00:57:54
Size: 304
Editor: waste
Comment:
Revision 2 as of 2006-05-05 22:48:06
Size: 644
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

A working directory has one parent revision, eventually two. These revisions will become
the parent revisions of the new revision which will eventually be created by a ["Commit"]
of the ["LocalModifications"].
An ["Update"] will change the parent revision, whereas a ["Revert"] will only modify
the content of the working directory.

Working directory

The working directory is the top-level directory in a Repository, in which the plain versions of files are available to read, edit and build. Files in the working directory are usually from the ["Tip"], but may be from older revisions, or modified and not yet ["Commit"]ted.

A working directory has one parent revision, eventually two. These revisions will become the parent revisions of the new revision which will eventually be created by a ["Commit"] of the ["LocalModifications"]. An ["Update"] will change the parent revision, whereas a ["Revert"] will only modify the content of the working directory.

WorkingDirectory (last edited 2012-11-06 16:23:25 by abuehl)