info-cvs
[Top][All Lists]
Advanced

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

Re: Locking while tagging problem


From: Larry Jones
Subject: Re: Locking while tagging problem
Date: Tue, 21 Aug 2001 17:28:47 -0400 (EDT)

Pyatt, Scott writes:
> >
> >James Youngman writes:
> >
> ># This assumes that, like cvs tag, we start in a working 
> ># directory.
> >find . -name CVS -prune -o -type d -print | 
> >  while read dirname 
> >  do
> >        (
> >          cd "$dirname"  &&
> >          if test -d CVS 
> >          then
> >              echo "Tagging in ${dirname}..."
> >              cvs -Q tag -F "$tagname" && sleep 2 || exit $?
> >          fi
> >        ) || exit $?
> >  done

What's the rationale for the "sleep 2"?

-Larry Jones

I don't need to improve!  Everyone ELSE does! -- Calvin



reply via email to

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