Mercurial > public > dvcs_intro_brownbag
comparison slides.rst @ 9:942a12c1604d
Added 2 more diagrams. Change 1 occurence of working copy to working dir.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 28 Nov 2011 19:26:08 -0600 |
parents | 1f58f03815f9 |
children | f76e34af6e72 |
comparison
equal
deleted
inserted
replaced
8:1f58f03815f9 | 9:942a12c1604d |
---|---|
178 - The remote location is stuck with network latency & associated problems | 178 - The remote location is stuck with network latency & associated problems |
179 - With a DVCS, each site can have a central repository | 179 - With a DVCS, each site can have a central repository |
180 | 180 |
181 - The two central repos can be synched when convenient or even scripted | 181 - The two central repos can be synched when convenient or even scripted |
182 | 182 |
183 .. image:: images/split_geography.png | |
184 | |
183 ---- | 185 ---- |
184 | 186 |
185 Flexible Workflows | 187 Flexible Workflows |
186 ================== | 188 ================== |
187 | 189 |
190 - More elaborate topologies and workflows can be created: | 192 - More elaborate topologies and workflows can be created: |
191 | 193 |
192 - A SW team may push to a central SW repo | 194 - A SW team may push to a central SW repo |
193 - Periodically changes from the SW repo are pushed to a QA repo | 195 - Periodically changes from the SW repo are pushed to a QA repo |
194 - Changes from the QA repo can be pushed into a release repo | 196 - Changes from the QA repo can be pushed into a release repo |
197 | |
198 .. image:: images/flexible_workflows.png | |
195 | 199 |
196 ---- | 200 ---- |
197 | 201 |
198 Distributed Backups | 202 Distributed Backups |
199 =================== | 203 =================== |