Gerhard Fiedler wrote: > One thing I think git and similar P2P systems don't provide, and > that's built-in access control. For example, I want to provide > customers access to certain projects and possibly only certain > branches in a project (e.g. release branches of their projects) > but not the rest (e.g. other projects, development branches of > even their projects). Is this doable with git? git relies on the underlying filesystem. Of course you can control access on a repository basis. For control of specific branches you will need a competent filesystem. Of course on e2fs and it descendants you can do it, I suspect probably on NTFS, on FAT I doubt it. --McD --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .