Differences between revisions 7 and 8
Revision 7 as of 2006-12-14 17:36:21
Size: 1002
Editor: 89
Comment: fix typo
Revision 8 as of 2007-04-17 21:45:58
Size: 1013
Editor: vau75-1-81-57-130-154
Comment:
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 changeset 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

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

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