Differences between revisions 21 and 22
Revision 21 as of 2013-08-31 19:10:30
Size: 398
Editor: OlaSeely
Comment:
Revision 22 as of 2013-09-01 01:17:38
Size: 1440
Editor: KevinBot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Hi there. Permit me begin by introducing the author, her name is Jackqueline and she feels cozy when people use the total title. To participate in mah jongg is the pastime she will in no way halt accomplishing. Supervising is how she supports her family. Her loved ones life in American Samoa and she won't program on altering it. Go to her web site to discover out much more: http://cort.as/5cK2 <<Include(A:style)>>

= Information for CVS Users =

CVS and Mercurial differ most significantly in that CVS imposes a ''centralised'' model of collaboration, whereas Mercurial offers a ''decentralised'' model. With CVS everyone checks out from the same repository, works against that repository, commits to that repository, and the repository must always be available for all but the most elementary version control operations. In contrast, with Mercurial, although everyone can collaborate via some central [[Repository|repository]], their checkouts - created when they start to work on that repository's content - are actually separate repositories in their own right, and they are free to clone them to make new, distinct repositories. Moreover, unless explicitly requested, all version control operations operate independently on the local checkout: users don't require other repositories (such as any original upstream or central repository) to be available; they have everything they need to maintain a versioned copy of their work.

Here's a list of documents that may be useful to those familiar with CVS:

 * CvsConcepts - translations of CVS concepts into Mercurial terms
 * CvsCommands - equivalents of commands provided by CVS
 * CvsLikePractice - to continue working a similar way you always did, but benefiting from Mercurial's advantages
 * A [[Tag]] is slightly different in Mercurial than in other SCM systems

{i} This page does not meet our wiki style guidelines. Please help improve this page by cleaning up its formatting.

Information for CVS Users

CVS and Mercurial differ most significantly in that CVS imposes a centralised model of collaboration, whereas Mercurial offers a decentralised model. With CVS everyone checks out from the same repository, works against that repository, commits to that repository, and the repository must always be available for all but the most elementary version control operations. In contrast, with Mercurial, although everyone can collaborate via some central repository, their checkouts - created when they start to work on that repository's content - are actually separate repositories in their own right, and they are free to clone them to make new, distinct repositories. Moreover, unless explicitly requested, all version control operations operate independently on the local checkout: users don't require other repositories (such as any original upstream or central repository) to be available; they have everything they need to maintain a versioned copy of their work.

Here's a list of documents that may be useful to those familiar with CVS:

  • CvsConcepts - translations of CVS concepts into Mercurial terms

  • CvsCommands - equivalents of commands provided by CVS

  • CvsLikePractice - to continue working a similar way you always did, but benefiting from Mercurial's advantages

  • A Tag is slightly different in Mercurial than in other SCM systems

CvsInfo (last edited 2013-09-03 03:54:53 by KevinBot)