Differences between revisions 8 and 9
Revision 8 as of 2007-04-17 21:45:58
Size: 1013
Editor: vau75-1-81-57-130-154
Comment:
Revision 9 as of 2008-01-04 15:22:15
Size: 1037
Editor: abuehl
Comment: +cat
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
----
CategoryGlossary

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


CategoryGlossary

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