gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] Partial update


From: Adrian Irving-Beer
Subject: Re: [Gnu-arch-users] Partial update
Date: Tue, 1 Feb 2005 14:44:46 -0500
User-agent: Mutt/1.5.6+20040907i

On Tue, Feb 01, 2005 at 11:24:35AM -0800, Colin Fox wrote:

> For example, I have a production tree currently at patch 10, and I
> want it to update to patch 16. The archive is now at patch 19.

I think you could do

        tla missing --full > +file

then edit +file (or whatever) and delete the patches you don't
want, then

        xargs tla replay < +file

Untested, but should work.  Not too elegant.  Standard
disclaimers apply.

> And also, if we do an update to patch 10 and realize that there is a
> problem, how would we roll back the tree to patch 9?

If you just want to roll back the current tree,

        tla replay --reverse `tla tree-version`--patch-10

If you then want to commit that reversal,

        tla sync-tree `tla tree-version`
           <make your logfile here or use -s below>
        tla commit

The python wrapper 'fai' aliases these actions to the command
'reject', minus the commit.

HTH.

Attachment: signature.asc
Description: Digital signature


reply via email to

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