heeyeonwiz / pbscc-proxy

Automatically exported from code.google.com/p/pbscc-proxy
0 stars 0 forks source link

The round arrow icon showing incorrect info #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. User A check out an object, say, w_test. 
2. User B refresh status on w_test and got the round arrow and red cross icon.
3. User A undo check out of w_test
4. User B refresh status on w_test and still got the round arrow 

What is the expected output? 
User B should see a dot for w_test

What do you see instead?
User B see a round arrow

What version of the product are you using? On what operating system?
pbsccsetup_2.01.78

Please provide any additional information below.
The test is using "lock.strategy=prop"

Original issue reported on code.google.com by freddie....@gmail.com on 27 Oct 2010 at 5:26

GoogleCodeExporter commented 8 years ago
actually this is correct behavior for lock.strategy=prop
because when you do checkout and undo_checkout revision 
of the object in repository incremented.
when local revision and server revision of the object 
are different then you see this refresh icon.

if you will use lock.strategy=lock, you'll have what you expect.

Regards,
  Dmitry

Original comment by daggett....@gmail.com on 27 Oct 2010 at 10:37