Cvs rtag: [07:34:59] waiting for cvsuser to lock

When I do rtag, the process is rather slow with the cvs rtag message: [07:34:59] waiting for cvsuser to lock in ...; what causes it and how to resolve it? Thanks in advance.

+3
source share
2 answers

A google search for "cvs waiting for lock" returns a lot of results. This is the first result that I see, and it covers everything you need:

But essentially, someone else is in the middle of a CVS operation. Wait for completion.

, (, ), cvs . . . .

+3

, , . cvs, -, $CVSROOT/locks/project/... , " foo /home/cvs/myproject/html ", /home/cvs/locks/myproject/html foo. # cvs, .

0

All Articles