RE: Re: [Subclipse-dev] Subclipse leaves files out of sync after checking out
From: <postmaster_at_tigris.org>
Date: Thu, 18 Dec 2008 07:28:33 -0800 (PST)
So I assume that each notification you receive from SVN results in a separate synchronization call to the workspace. Does the set of notifications have a "start" and "end" call? I ask this because if you knew when SVN was done checking stuff out, then you could wrap everything in one workspace runnable and do something like:
Workspace.run(theOp, workspaceRoot, IWorkspace.AVOID_UPDATE, someMon);
I put the AVOID_UPDATE flag in there so resource change listener are not called until the project has settled. This will make the entire operation more atomic.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
|
This is an archived mail posted to the Subclipse Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.