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>


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to