Differences between revisions 6 and 10 (spanning 4 versions)
Revision 6 as of 2006-11-04 18:16:31
Size: 1003
Editor: cpe-70-113-118-103
Comment:
Revision 10 as of 2008-01-04 16:09:08
Size: 1045
Editor: abuehl
Comment: +links
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
A changeset (sometimes abbreviated "cset") is an atomic collection of changes to files in a repository. The act of creating a change set is usually called a ["Commit"]. The information in a changeset may include 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
Line 9: Line 9:
A changeset is identified uniquely by a ChangeSetID. In a single repository, you can identify it using a RevisionNumber. A changeset is identified uniquely by a ["ChangeSetID"]. In a single repository, you can identify it using a RevisionNumber.
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)