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: 08 Oct 2003 18:00:22 +0900

BTW, if tla calls a hook script to choose the path as I suggested, of
course implementing the policy you describe becomes trivial, if it
proves to be a useful one.  For instance:

   #!/bin/sh
   VERSION=`tla tree-version`
   ARCHIVE=`dirname "$VERSION"`
   if test -r "$HOME/.arch-params/=revision-library-locations/$ARCHIVE"; then
     cat "$HOME/.arch-params/=revision-library-locations/$ARCHIVE"
   else
     cat "$HOME/.arch-params/=revision-library"
   fi

[or whatever; maybe it's better to concatenate the two into a path]

-Miles
-- 
Fast, small, soon; pick any 2.




reply via email to

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