Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2005-08-26 01:24:17
Size: 625
Editor: waste
Comment:
Revision 5 as of 2007-06-13 15:13:22
Size: 709
Editor: 198
Comment: Typical of corporate processes
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
| '''Name'''     | '''Scalability''' | '''Overhead''' | '''Description''' |
| CvsLikePractice | poor | low   | keep things simple, use a few central repositories |
| KernelPractice | good   | medium   | distributed, semi-hierarchical development |
|| '''Name''' || '''Scalability''' || '''Overhead''' || '''Description''' ||
|| CvsLikePractice || poor || low || keep things simple, use a few central repositories ||
|| KernelPractice || good || medium || distributed, semi-hierarchical development ||
|| ControlledPractice || good || medium || hierarchical development ||

Mercurial working practices

This page documents some ways to use Mercurial. Because the software is flexible, there's no "right way", but some methods are more scalable than others.

Ways to collaborate

Name

Scalability

Overhead

Description

CvsLikePractice

poor

low

keep things simple, use a few central repositories

KernelPractice

good

medium

distributed, semi-hierarchical development

ControlledPractice

good

medium

hierarchical development

WorkingPractices (last edited 2013-08-31 09:38:15 by rcl)