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

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

Re: [Gnu-arch-users] Applying changesets on non-Arch sources


From: Robin Green
Subject: Re: [Gnu-arch-users] Applying changesets on non-Arch sources
Date: Fri, 10 Dec 2004 17:47:23 +0000
User-agent: Mutt/1.4.1i

On Fri, Dec 10, 2004 at 09:26:37AM -0800, Jade Rubick wrote:
> The question on the Wiki is phrased this way: 
> 
> How do I make it output the new files as diffs as well, so that I get 
> something that contains the whole source of the changeset as diff to be 
> read by a human directly or applied by a non-arch developer (needed for 
> upstream contribution in non-arch project)? 

Commit your changes. Then "tla get" the old revision into a temporary directory,
and diff -ur the working tree and the temporary directory, passing the

 -x '{arch}'

option to diff to exclude the {arch} subdirectories. Then delete the temporary
directory. Easy. It would be easy to write a script to do that.

-- 
Robin

Attachment: pgpE9_KdmOh2L.pgp
Description: PGP signature


reply via email to

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