Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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 cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook 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 cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs