Mercurial > public > dvcs_intro_brownbag
comparison slides.rst @ 7:cb7409a6ae2d
Added a drawback about path-based access control.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 13 Nov 2011 16:49:51 -0600 |
parents | bcc4d16e03e8 |
children | 1f58f03815f9 |
comparison
equal
deleted
inserted
replaced
6:bcc4d16e03e8 | 7:cb7409a6ae2d |
---|---|
272 - Hetrogenous repositories are not practical | 272 - Hetrogenous repositories are not practical |
273 | 273 |
274 - Not a good idea to mix, say, software, systems, and firmware in the same repo | 274 - Not a good idea to mix, say, software, systems, and firmware in the same repo |
275 - Not a good idea to mix multiple products in the same repo | 275 - Not a good idea to mix multiple products in the same repo |
276 - Arguably, this applies to a CVCS as well | 276 - Arguably, this applies to a CVCS as well |
277 | |
278 - No support for path-based access control | |
279 | |
280 - With current tools, you either can access the full repo, or nothing | |
277 | 281 |
278 ---- | 282 ---- |
279 | 283 |
280 Introduction to Mercurial | 284 Introduction to Mercurial |
281 ========================= | 285 ========================= |