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

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

[Gnu-arch-users] Re: Design proposal to kill pristine trees


From: Miles Bader
Subject: [Gnu-arch-users] Re: Design proposal to kill pristine trees
Date: Wed, 8 Oct 2003 08:38:43 -0400
User-agent: Mutt/1.3.28i

BTW, one small note:  these paths should be newline-separated (not
colon-separated as I was suggesting before).  That allows tla to use the
hackerlab reltable functions to read/manipulate them easily, and they're even
more natural for shell-scripts to emit (many times you could just use a
series of `test ... && echo foo' type lines).

For instance, a `backward compatible scheme,' which stores pristines under
{arch} like the current tla could use a script like:

   #!/bin/sh
   echo {arch}/++pristines
   if test "$HOME/.arch-params/=revision-library"; then
     cat "$HOME/.arch-params/=revision-library"
   fi

-miles
-- 
`Cars give people wonderful freedom and increase their opportunities.
 But they also destroy the environment, to an extent so drastic that
 they kill all social life' (from _A Pattern Language_)




reply via email to

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