On Wed, Feb 9, 2011 at 2:41 PM, Laurens Van Houtven <l...@laurensvh.be>wrote:

> How difficult would it be to implement something like Launchpad's
> merge proposals or Github's pull requests? We're currently using
> Fossil the way drh described SQLite-like development processes and it
> does indeed work very well, but it would be nice if there was a good
> contributor story for the project I'm going to publish soon-ish.
>

Difficult.

The syncing logic of SQLite doesn't know anything about branches or wiki or
tickets.  It just deals with anonymous artifacts.  So how is it suppose to
know which artifacts need to be synced and which do not if you are only
trying to sync a particular branch?



>
> cheers
> lvh
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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