bug-cvs
[Top][All Lists]
Advanced

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

[bug #23370] cvs watch will be wrongly cleared by cvs co by the same use


From: Peter Toft
Subject: [bug #23370] cvs watch will be wrongly cleared by cvs co by the same user
Date: Wed, 25 Mar 2009 23:40:03 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i586; da; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6

Follow-up Comment #2, bug #23370 (project cvs):

it seems directly connected to this problem (posted to bug-cvs@gnu.org
2009-03-25 22:57 CET):

Assume that sandbox 1 and sandbox 2 are two different directories e.g. for
development and the other for testing.                              
                                                                             
                                                                 
User A in sandbox 1:
--------------------                                                         
                                                                
$ cvs edit foo.txt
$ cvs editors foo.txt
foo.txt A       Wed Mar 25 21:48:32 2009 -0000 serenity.petertoft.dk
/home/A/foocvs1
                                                          
                                                                             
                                                                 
User B
--------------------                                                         
                                                                 
$ cvs update -A foo.txt
$ cvs update -r 1.1 foo.txt
$ cvs update -A foo.txt
$ cvs editors foo.txt
<as many updates as you want - no problems>
foo.txt A       Wed Mar 25 21:48:32 2009 -0000  serenity.petertoft.dk
/home/A/foocvs1
                                                                             
                                                                 
User A in sandbox 2:
--------------------                                                         
                                                                 
$ cvs update -r 1.1 foo.txt
$ cvs update -A foo.txt
$ cvs editors foo.txt
## NO LOCK on foo.txt - BUMMER - the lock should have been kept ##


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?23370>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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