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

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

Re: [Gnu-arch-users] Re: designing how to kill pristine trees


From: Stephen J. Turnbull
Subject: Re: [Gnu-arch-users] Re: designing how to kill pristine trees
Date: Sat, 04 Oct 2003 16:06:38 +0900
User-agent: Gnus/5.1001 (Gnus v5.10.1) XEmacs/21.4 (Portable Code, linux)

>>>>> "Robert" == Robert Collins <address@hidden> writes:

    Robert> a cache and a library are different in goal, if not
    Robert> implementation. I have some revisions that are very
    Robert> expensive to rebuild.

You presumably did "tla add-library expensive-foo" for revision
"expensive-foo", then.  Tag it as permanent somehow (I'm not familiar
with library structure, so don't have an implementation), and require
a --force option to "tla library-remove" for "permanent" revisions.
Alternatively, create an internal "library-cache" command, and make

"library-add"    = "library-cache --permanent --add" (for cmd args)
"library-add"    = "library-cache --add" (for non-cmd args)
"library-remove" = "library-cache --force --delete"

-- 
Institute of Policy and Planning Sciences     http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.




reply via email to

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