quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] Problem in using quilt


From: John Vandenberg
Subject: Re: [Quilt-dev] Problem in using quilt
Date: Thu, 17 May 2007 07:58:48 +1000

On 1/13/07, Julien Sobrier <address@hidden> wrote:
Hello,
my patch looks like this:
Index: /usr/local/src/test/src/..../Test.cs
===================================================================
--- src/..../Test.cs  (revision 1972)
+++ src/..../Test.cs  (working copy)
@@ -77,7 +77,8 @@

             message_label = new EllipsizeLabel();
             progress_bar = new ProgressBar();
             icon = new Image();
-
+
+           progress_bar.Name="TestActiveEvent";
             cancel_button = new Button();
             cancel_button.Add(new Image("gtk-cancel", IconSize.Menu));
             cancel_button.Clicked += delegate {

It was not created with quilt, but with diff- u

When I want to apply the patch with quilt push, I get this message:
The topmost patch /home/...../test.patch needs to be refreshed first.

But if I do quilt refresh:
Nothing in patch /home/...../test.patch

I guess I'm doing something wrong there, but I cannot figure out what.

Try starting with a clean src directory, and executing:

$ quilt import /home/...../test.patch

This will copy the patch into the quilt queue as the next patch

$ quilt push

The imported patch should now be applied.

$ quilt refresh

--
John




reply via email to

[Prev in Thread] Current Thread [Next in Thread]