Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2005-08-26 00:57:50
Size: 567
Editor: waste
Comment:
Revision 3 as of 2005-08-26 01:23:40
Size: 567
Editor: waste
Comment:
No differences found!

Changeset

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

  • 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.

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