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

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

Re: [Gnu-arch-users] merging two projects


From: Gergely Nagy
Subject: Re: [Gnu-arch-users] merging two projects
Date: Mon, 16 Feb 2004 20:07:13 +0100
User-agent: Mutt/1.3.28i

> Let's say I have a project named `emacs' and a smaller project named `url'
> and I want to merge them by adding `url' into my `emacs' project.
> More specifically all the files of `url' will appear under emacs/lisp/url.
> 
> Things I know I could do:
> - copy only the files and lose the revision history.
> - use configs so I can just put `url' as a subtree without atually merging
>   the two projects.
> 
> but I would really much rather keep the thing as a single project (without
> a config) especially since I might want later on to move some files out-of
> and into emacs/lisp/url (and thus lose the clean separation between the
> two).
> 
> How could I do that with Arch?

If I'm not terribly long, you can. Copy the file from url into
emaacs/lisp/url, and in the emacs project, do a tla sync-tree url. That
way, you'll import url's history too. Since the inventory ids were
preserved, this will Just Work(tm).

I recall a similar situation a month or two ago, when tla bash
completion was merged into tlacontrib.

Hope that helps,
-- 
_A/




reply via email to

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