On Thu, 29 Mar 2007 16:06:39 +0100 I wrote: > If there are two darcs repositories, and the second is a branch of the > first, but was created using "darcs init" instead of "darcs get", is > it in general worthwhile to "rebase" the second one (i.e. recreate it > manually using darcs get and darcs record --pipe)? Would it make it > easier to merge patches back and forth between them?
Having re-read the "current status of darcs" thread, it seems that this would be a bad idea, at this time. There's no way to guarantee that a change in repo A isn't going to be committed which conflicts which a patch you've already committed to repo B - and in that situation, you'd have to scrap repo B to avoid a conflict patch which might trigger the/a conflict bug. Well, it'd be risky to continue, anyway. That's annoying. -- Robin _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
