On Fri, Feb 10, 2012 at 3:19 PM, Leo Razoumov <slonik...@gmail.com> wrote:

> I guess at some point with every SCM system one faces a challenge  of
> a patch based workflow. I need to maintain a set of patches on a
> branch which are periodically reapplied as trunk moves forward.


If you apply a patch once, it is on that branch.  To "reapply" a patch
would be a no-op, since the changes are already present on the branch,
unless for some reason you had backed the patch out since the prior
application.

Perhaps I don't understand what you are asking for?



> Git
> has "git rebase", Mercurial has "hg mq". What solution does fossil
> offer?
>
> --Leo--
> _______________________________________________
> 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