>> Is there some kind of 'darcs syncronize' that I could use to >> syncronize my repository with other? Something that would do >> something like pulling, pushing and conflict checking?
> No at the moment there is no such command. > What should happen in case of a conflict? If there is nothing that > could be done automatically a simple shell script will do your job. > > What kind of usage scenario do you have in mind? > Well, I was wondering if darcs, knowing in advance which patches (from both repositories) are going to be applied, could choose the better or more consistent way to order them. For instance, suppose rep.1 has patches 1,2,3 and rep.2 has patches a,b,c. Then darcs could choose to apply them like 1,2,a,b,c,3 to avoid some problem. But then I'm not sure if that is a good idea, or if it makes sense at all. Maybe I should first ask: is it possible that I get a different final result if I do "darcs push ; darcs pull" instead of "darcs pull ; darcs push"? Thanks, Maurício _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
