info-cvs
[Top][All Lists]
Advanced

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

Re: new feature.


From: Todd Denniston
Subject: Re: new feature.
Date: Mon, 24 Mar 2003 19:28:54 -0500

Todd Denniston wrote:
> 
<SNIP>
> BASE_SCRIPTS_DIR=path_to_checked_out_baseline
> TAGNAME=My_Formal_tag
> 
> tagsome()
> {
>   read INPUTLINE
>   while [[ "$INPUTLINE" != "EOF" ]]
>   do
>     #the following should tag each file individually so we only tag those we
>     #want to.
>     (cd $BASE_SCRIPTS_DIR/scripts;cvs tag -l $TAGNAME $INPUTLINE)
>     read INPUTLINE
>   done
> }
Forgot one thing, kind of a got-ya when it hits :)

echo "EOF" >> list_of_the_filenames.txt

That is unless you like long running loops :)

> 
> tagsome < list_of_the_filenames.txt
> 
<SNIP>




reply via email to

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