[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] 2 actions in a queue problem

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-03-15 20:31:28 CET

On 3/15/07, Lira Olavo <Olavo.LIRA@gemalto.com> wrote:
>
> Hi,
>
>
>
> If you do an long import, put it to run in background and then ask for
> an update of another project, in the details they show that the SVN update
> is active, what I think it might not be true because subclipse is still busy
> waiting for my first SVN import, but the interesting part is that the output
> for SBN update is actually from the import!
>

There was a problem sort of like this in the tracker once. I eventually
closed it because I could never make it happen.

http://subclipse.tigris.org/issues/show_bug.cgi?id=386

It was just the messages from operations getting intertwined. If the
operations really do run in parallel, and these might, I cannot think of any
way to keep the messages away from each other. They all go through the same
funnel. Most of our operations have to lock the workspace, so they cannot
run at the same time anyway. Import might be one that does not, but we
could still make it anyway if we wanted to.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Thu Mar 15 20:31:37 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.