On 6/21/05, jerome lacoste <[EMAIL PROTECTED]> wrote: > On 6/7/05, jerome lacoste <[EMAIL PROTECTED]> wrote: > > Is there a known issue with quilt pop -a? > > > > I have to apply it twice in a row in order for it to be working on a > > set of patches. > > It stops while popping one of the patches, not restoring the file. > > I am still having the issue. I am using quilt in an automated process, > and making sure quilt pop -a works is crucial otherwise it breaks my > surrounding scripts.
pop -a doesn't work because push didn't work in the first place. [EMAIL PROTECTED]> quilt push Applying patch 100_misc_fixes.txt Patch patches/100_misc_fixes.txt appears to be empty Patch 100_misc_fixes.txt appears to be empty, applied Now at patch 100_misc_fixes.txt I had manually modified my series and misnamed my patch file extension... But quilt error message could be improved. The file does not "appear to be empty". It just doesn't exist at all. This should probably end up in a failure as it causes issues when trying to pop all. push all shouldn't work. Cheers, Jerome _______________________________________________ Quilt-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/quilt-dev
