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

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

Re: [Gnu-arch-users] Re: give us a hand with arch


From: Charles Duffy
Subject: Re: [Gnu-arch-users] Re: give us a hand with arch
Date: Fri, 26 Sep 2003 04:21:13 -0500

On Fri, 2003-09-26 at 04:10, Pau Aliagas wrote:
> I cannot but agree with you if for one thing: as the explicit tagging 
> method would be automatic, what would happen to he new files created by 
> Andrea with taglines? It's not easy to skip them. Or is it?

It's very easy to only explicitly tag files that don't have internal
tags -- just ask tree-lint which files are untagged, and explicitly tag
those.

cscvs does it like so:

tla tree-lint -t | tr ["\\n"] ["\\0"] | xargs -0 tla add-tag
and
tla tree-lint -m | tr ["\\n"] ["\\0"] | xargs -0 rm -f





reply via email to

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