comparison slides.rst @ 10:f76e34af6e72

Fix a typo. Expound more on private workspaces.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 Nov 2011 18:25:19 -0600
parents 942a12c1604d
children 727c48601d66
comparison
equal deleted inserted replaced
9:942a12c1604d 10:f76e34af6e72
119 Private Workspaces 119 Private Workspaces
120 ================== 120 ==================
121 121
122 - You can safely experiment in your local repository 122 - You can safely experiment in your local repository
123 - Commit as often as you like without affecting the team 123 - Commit as often as you like without affecting the team
124
125 - Encourages "micro-commits"
126 - With SVN, people often hold back until an entire feature is complete
127
124 - Encourages experimentation 128 - Encourages experimentation
125 129
126 - Make cheap repository clones to try things out 130 - Make cheap repository clones to try things out
127 - Not visible to coworkers 131 - Not visible to coworkers
128 132
172 176
173 Split Geography 177 Split Geography
174 =============== 178 ===============
175 179
176 - Imagine a team split between Cedar Rapids & Richardson... 180 - Imagine a team split between Cedar Rapids & Richardson...
177 - With a CVS, you have to pick where to put the server 181 - With a CVCS, you have to pick where to put the server
178 - The remote location is stuck with network latency & associated problems 182 - The remote location is stuck with network latency & associated problems
179 - With a DVCS, each site can have a central repository 183 - With a DVCS, each site can have a central repository
180 184
181 - The two central repos can be synched when convenient or even scripted 185 - The two central repos can be synched when convenient or even scripted
182 186