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.
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