[darcs-users] darcs send does not work

Tommy Pettersson ptp at lysator.liu.se
Thu Apr 21 08:02:40 UTC 2005


On Thu, Apr 21, 2005 at 09:17:55AM +0200, Andreas Känner wrote:
> Ok I understand. But what should I do if I don't have access to the other  
> repository?
> Suppose I know that the patches I want to send are the only ones that are  
> missing in the other repository. I simply want to put this patches in one  
> file, so I can "darcs apply" them in the other repository. Is that  
> possible?

Yes, use a branch.  'darcs get' either the whole repo
and unpull the patches you want to send, or use a
--to-something-option.  Then use that branch as "target"
repo when creating the patch bundle.

If the fake target contains any patch not in the real target,
the patch bundle can't be applied since it will be missing
those patches.  The other way around is safe, since extra
patches will just be ignored, so in a worst scenario case
you can use an empty repo as fake target to simply put all
the patches in a patch bundle.


-- 
Tommy Pettersson <ptp at lysator.liu.se>




More information about the darcs-users mailing list