Ryan Anderson wrote:
Git falls into the category of distributed source code management tools,
similar to Arch or Darcs (or, in the commercial world, BitKeeper).  This
means that every working directory is a full-fledged repository with
full revision tracking capabilities.

That's not actually what "distributed" means. There are several distributed SCM tools[1] that store repo information outside the actual working directory.

Perhaps that last sentence could be something like "This means that each developer has a local full-fledged repository with full revision tracking capabilities, not dependent on network access to a central server." I'm sure there are better wordings, but I hate to point out an problem without offering at least one possible improvement.

Kevin

[1] I believe that ArX, monotone, codeville, and svk all fall into this category. Possibly even Arch itself, although I haven't researched that.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to