info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS Transaction


From: Larry Jones
Subject: Re: CVS Transaction
Date: Thu, 8 Sep 2005 11:58:19 -0400 (EDT)

Todd Denniston writes:
> 
> I have not read the code (enough to understand the current question), but my
> quick look through the manual[2] does not indicate that `cvs commit` takes
> out the #cvs.lock in all the directories in the whole tree at one time, or
> even the whole sub tree within the directory the commit is taking place in
> at one time. 

Commit locks all the directories you're committing files to for the
duration of the operation.  That is, if you're committing a/b/c/file1
and a/b/d/file2, CVS locks a/b/c and a/b/d -- it does not lock a, a/b,
or any other subdirectories of a/b.  Most, if not all, other operations
just lock one directory at a time.

-Larry Jones

I've got more brains than I know what to do with. -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]