# HG changeset patch # User Brian Neal # Date 1322699119 21600 # Node ID f76e34af6e7299373bbde04da638750a227c8bb5 # Parent 942a12c1604d44ec229c848af00efcf904e14cfd Fix a typo. Expound more on private workspaces. diff -r 942a12c1604d -r f76e34af6e72 slides.rst --- a/slides.rst Mon Nov 28 19:26:08 2011 -0600 +++ b/slides.rst Wed Nov 30 18:25:19 2011 -0600 @@ -121,6 +121,10 @@ - You can safely experiment in your local repository - Commit as often as you like without affecting the team + + - Encourages "micro-commits" + - With SVN, people often hold back until an entire feature is complete + - Encourages experimentation - Make cheap repository clones to try things out @@ -174,7 +178,7 @@ =============== - Imagine a team split between Cedar Rapids & Richardson... -- With a CVS, you have to pick where to put the server +- With a CVCS, you have to pick where to put the server - The remote location is stuck with network latency & associated problems - With a DVCS, each site can have a central repository