Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast view mode change will not display correctly #30

Closed
GoogleCodeExporter opened this issue Nov 5, 2015 · 3 comments
Closed

Fast view mode change will not display correctly #30

GoogleCodeExporter opened this issue Nov 5, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Select flat mode
2. Change to smart mode during refreshing
3.

What is the expected output? What do you see instead?
File with change should be displayed, but all the files are displayed like
in flat mode.

What version of the product are you using? On what operating system?
1.1b2 r111
10.5.7

Please provide any additional information below.
This happens with 'call directly' off.
Should be related to issue 27

[Priority-low]

Original issue reported on code.google.com by kim.take...@gmail.com on 28 May 2009 at 9:41

@GoogleCodeExporter
Copy link
Author

P.S. 1
How can I set the priority?

P.S. 2
The r111 I have build should be identical to the 1.1b2 uploaded on this site.
However, the one I have downloaded have crashed and could not start.
If this is something new, then I will submit another ticket.

Original comment by kim.take...@gmail.com on 28 May 2009 at 9:44

@GoogleCodeExporter
Copy link
Author

This is expected behaviour due to the asynchronous nature of using `svn` and 
not calling the libs directly.
Because the `svn status` starts before you switch, but finishes after - you see 
the output from the old request.
[Previously svnX would launch a new `svn status` command each time you switched 
views, even if the
 previous one hadn't completed.  These can end up blocking each other and eventually you exhaust
 the OS process limit.  Additionally only a random one would display its output.]
Manually refreshing again should re-synchronise the display.

It may be possible in a future release to kill any current `svn status` and 
launch a new one in this
situation, but I'd prefer to expend effort making refresh even faster & reduce 
the issue that way.

> How can I set the priority?
I'm guessing that perhaps you can't see/modify the Status, Owner & Labels 
fields.

> P.S. 2
Please download again (just in case), then submit an issue.
Please try it on Intel & PPC if possible.
I was only able to test 1.1b2 on OSX 10.5.4 Intel (& Rosetta) as my 10.4 PPC 
machine just died :-(.

Original comment by chris...@gmail.com on 29 May 2009 at 12:44

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Also with the 'Call Subversion libraries directly' pref on I believe this is 
not an issue as then refreshes execute 
synchronously.

Original comment by chris...@gmail.com on 22 Jul 2009 at 4:02

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant