Creating a tag

David O'Brien obrien@NUXI.com
Fri Jun 21 19:44:00 GMT 2002


On Wed, Jun 19, 2002 at 10:40:55AM -0700, Mark Mitchell wrote:
> I'm trying to create a tag with "cvs tag".
> 
> I started that operation at 9:00 AM; it's now 10:36 AM.  I've been
> watching "waiting for ...'s lock" messages go by that entire time.
> (With different lognames and directories over that time period, but
> with the same directories appearing more than once.)

For FreeBSD we turn off the ability to commit during the tagging session.
And also do the tagging on the same machine as the local repository.

In the case of GCC, if CVS wasn't so stupid to lock files during a `diff'
or `update' operation you'd get a lot less of the "waiting for...".  See
the FreeBSD src/contrib/cvs for the "readonly" patches.



More information about the Gcc mailing list