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

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

Re: [Gnu-arch-users] [PATCH] arch speedups on big trees


From: Tom Lord
Subject: Re: [Gnu-arch-users] [PATCH] arch speedups on big trees
Date: Fri, 19 Dec 2003 12:03:39 -0800 (PST)

    > From: Chris Mason <address@hidden>

    > Sorry, sounds like I need to understand arch merging better.
    > How is it different?

During mering, a file named by a changeset may not exist at all or may
exist at a different relative location to the top of the tree.  A file
or directory having the same relative path as something mentioned in
the changeset may, in fact, be a different file or directory (for the
purposes of patching).

In those cases where a mentioned file exists in the target tree (but
in a different place), arch_apply_changeset still needs to find it.
It uses the file id, not the relative path, to map (for example) a
.patch within the changeset to the file to which to apply that patch.

-t




reply via email to

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