Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cvs rtag: [07:34:59] waiting for cvsuser's lock in

Tags:

cvs

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

like image 475
Shengyan Avatar asked Apr 18 '12 07:04

Shengyan


1 Answers

Searching via Google for "cvs waiting for lock" returns plenty of results. This is the first result I see and it covers everything you need:

  • http://durak.org/sean/pubs/software/cvsbook/CVS-says-it-is-waiting-for-a-lock_003b-what-does-that-mean_003f.html

But in essence, someone else is in the middle of a CVS operation. Wait for it to complete.

If you know that this isn't the case (eg. you spoke to that user) then their cvs operation failed and left a lock file behind. Delete it. See the link for details.

like image 149
Burhan Ali Avatar answered Sep 30 '22 14:09

Burhan Ali