Differences between revisions 7 and 44 (spanning 37 versions)
Revision 7 as of 2006-12-14 17:36:21
Size: 1002
Editor: 89
Comment: fix typo
Revision 44 as of 2013-08-28 00:49:28
Size: 431
Editor: Katherine
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== 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"]. 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)?
   * The way the changeset hash is calculated says that a changeset is a particular state of the project plus all of its ancestor states (i.e. all the changeset it took to get there). In Darcs that's a [http://www.darcs.net/manual/node7.html#SECTION00781000000000000000 tag].
Annelle is my name plus I totally dig which name. Years ago we moved to New Mexico. Administering databases is my day job today and it's anything I love. It's not a popular thing nevertheless what I like doing is playing baseball plus I would never give it up. I've been working about my website for certain time today. Check it out here: http://www.phy.ntnu.edu.tw/tiki/tiki-view_forum_thread.php?comments_parentId=526&forumId=1

Annelle is my name plus I totally dig which name. Years ago we moved to New Mexico. Administering databases is my day job today and it's anything I love. It's not a popular thing nevertheless what I like doing is playing baseball plus I would never give it up. I've been working about my website for certain time today. Check it out here: http://www.phy.ntnu.edu.tw/tiki/tiki-view_forum_thread.php?comments_parentId=526&forumId=1

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