[cvsnt] Locking??

Keith D. Zimmerman kzimmerman at eshcom.com
Fri Jan 31 16:12:16 GMT 2003


is it possible to tell checkout and tag to work that way (non - recursive) and still issue a single command, or do i need to use a for command or something like that to loop through the subdirectories?


-----Original Message-----
From: Tony Hoyle [mailto:tmh at nodomain.org] 
Sent: Friday, January 31, 2003 9:51 AM
To: cvsnt at cvsnt.org
Subject: Re: [cvsnt] Locking??

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

_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt




More information about the cvsnt mailing list