Closed GoogleCodeExporter closed 8 years ago
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
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
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
Original issue reported on code.google.com by
kim.take...@gmail.com
on 28 May 2009 at 9:41