For what it's worth, I was working on limited branch syncing awhile back.

I never got around to merging it back into the master fossil repo, but, I think 
at least your use case is functional..

http://code.linuxfood.net/pub/repo/fossil-limsync

I really ought to finish that up and push it into the master fossil repo.

From memory, the push and pull commands now have a --branch flag (which may 
appear multiple times), so you can push/pull only individual branches. The sync 
command may also have it. Cloning a limited set of branches never got finished, 
unfortunately.
I could clean up the code and remove all of the work in progress for 
implementing it for clone, just to get at least push/pull out the door. I think 
that would probably cover quite a few use cases.

-B  


Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Thursday, February 16, 2012 at 9:16 AM, Ron Wilson wrote:

> On Mon, Feb 6, 2012 at 1:53 PM, Lluís Batlle i Rossell <vi...@viric.name 
> (mailto:vi...@viric.name)> wrote:
> > On Mon, Feb 06, 2012 at 01:07:30PM -0500, Ron Wilson wrote:
> > >  
> > > Mark your branch private.
> > >  
> > > Anything you want to push can then be merged into a non-private branch.
> >  
> > Ah, well, that's fine for personal work. I meant a bit how to do private
> > collaborative work over a public fossil base. Sorry that I did not state 
> > all I
> > had in mind clear enough.
> >  
>  
>  
> So you want to have a "restricted" branch that is shared between a
> subset of the developers?
>  
> You could setup a second shared repository and only allow access to
> the select group, Then have a script that sets your group branch
> private, pushes to the public repository, then unsets the private
> attribute on the group branch.
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org (mailto:fossil-users@lists.fossil-scm.org)
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>  
>  


_______________________________________________
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