PandaDuhyun / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

Update status icon (U) is not showing in the working copy window even there is new version of same file is available in the repository #139

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make change in one file and commit it from one system
2. Using different system open your working copies folder and double click on 
the link to see the working copy window. You will not see 'U' symbol in front 
of the changed file done by any other.
3. Tried to refresh many time using refresh button from the top panel but 
status is not getting updated

What is the expected output? What do you see instead?
Ans: Expected output is to see U symbol in front of file if new version of that 
file has been generated in the repository or to some modification has been done 
in that file. I am not any status message so that I can know some changes has 
been made in the file from any other developer and I have to update my code to 
get the latest changes 

What version of the product are you using? On what operating system?
Ans: 1.3 on the Mac OS 10.6.7

Please provide any additional information below.

Original issue reported on code.google.com by anand.ip...@gmail.com on 19 Jul 2011 at 12:51

GoogleCodeExporter commented 8 years ago
Clicking Refresh is the equivalent of `svn status`.  It does NOT contact the 
repository.
You have to option-click (alt-click) Refresh (or type ⌥⌘R) to perform `svn 
status --show-updates`.
[This will then display a ‘*’ in the Out-of-date (7th) column where 
there’s a newer item in the repo.
 There is no ‘U’ status indicator.]

(Please read the tool-tip for the Refresh button.)

Original comment by chris...@gmail.com on 19 Jul 2011 at 2:40