On Fri, 04 Nov 2011 13:52:04 +0200
Zeev Pekar <z.pe...@gmail.com> wrote:

[...]
> > It would be impossible to implement within fossil's world view.
> > Once i clone a repo i have the whole thing, which i can then
> > manipulate (with admin-level rights) on my machine - you cannot
> > stop me from checking out a given path once i have access to a
> > clone of the repo. There is no mechanism with which fossil can
> > completely protect subdirectories unless it explicitly supports
> > "partial clones" (pulling only part of the repo).
> 
> Ok, maybe implement "partial clones"?
I think the way to go would be to have something resembling Git's
submodules.  That is, keep each "subproject" in a separate repo and
have a way to the commits in the "master" ("intergating" or whatever)
repo to reference specific commits in those satellite repos
(submodules).
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to