Hi Jerome, [Jerome Lacoste] > I agree. That's what I do now. But 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)
Some days ago you mentioned cases where "quilt pop -a" would not behave properly. Could it be related, are both problems happening on the same patches? As a side note, it was noted some times ago that quilt wouldn't always play nicely when patch names contained fancy characters. Make sure it isn't what's happening to you here. -- Jean Delvare _______________________________________________ Quilt-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/quilt-dev
