[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] Add a rename command
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] [PATCH] Add a rename command |
Date: |
Thu, 9 Jun 2005 14:22:25 +0200 |
User-agent: |
KMail/1.8 |
On Thursday 09 June 2005 13:18, jerome lacoste wrote:
> [...] I've found cases where a given
> patch would apply cleanly with patch but wouldn't import correctly.
> Happened this morning.... Using quilt 0.39 (debian sarge).
>
> Using this patch:
> http://jira.public.thoughtworks.org/secure/attachment/10366/cmsynergy_patch
>_0608.txt
>
> I finally imported the patch manually by doing something like
>
> quilt new mypatch.diff
> grep +++ patch.txt | cut -d ' ' -f 2 | xargs -l1 quilt add
> patch < patch.txt
>
> (command line from memory, it wasn't exactly that)
Strange; quilt uses nothing other than patch itself. It would help if you
could reproduce which commands failed with this patch on which codebase.
Likely a ``quilt --trace ...'' would suffice to fix the problem.
-- Andreas.
Re: [Quilt-dev] [PATCH] Add a rename command, Peter Williams, 2005/06/08