[cvsnt] Locking??

Tony Hoyle tmh at nodomain.org
Fri Jan 31 14:50:31 GMT 2003


On Fri, 31 Jan 2003 08:48:26 -0500, "Keith D. Zimmerman"
<kzimmerman at eshcom.com> wrote:

>ok, a read lock i can live with.  But does it have to do a read lock on
>the entire repository?  Or is it doing it on the top level module, or
>what?  And the write lock, is that also the entire repository?

It depends on the command.  A checkout of a module creates a recursive
read lock on the affected directories.  So does a tag, as be default
it's a recursive tag.  If two modules don't share any common data you
can get away with it, but if a single directory is in common then one
of the commands will have to wait for the other.

Tony



More information about the cvsnt mailing list