Differences between revisions 10 and 11
Revision 10 as of 2008-01-04 16:09:08
Size: 1045
Editor: abuehl
Comment: +links
Revision 11 as of 2008-01-04 16:13:11
Size: 1082
Editor: abuehl
Comment: see also
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:

See also: ["ChangeSetComments"]

Changeset

A changeset (sometimes abbreviated "cset") is an atomic collection of changes to files in a ["Repository"]. The act of creating a changeset is usually called a ["Commit"] or Checkin. The information in a changeset may include

  • changes to the contents of the files
  • changes to file names or other external attributes (such as execute permissions)
  • information about who made the change (the "committer") and why ("comments")

A changeset is identified uniquely by a ["ChangeSetID"]. In a single repository, you can identify it using a RevisionNumber.

  • Question: Is a changeset a particular state of the project (like a Subversion revision number), or is it a set of changes to files (like a Darcs patch)?

See also: ["ChangeSetComments"]


CategoryGlossary

ChangeSet (last edited 2018-02-03 04:31:09 by SangeetKumarMishra)