Login | Register
My pages Projects Community openCollabNet

Discussions > dev > RE: Re: [Subclipse-dev] Subclipse leaves files out of sync after checking out

subclipse
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

RE: Re: [Subclipse-dev] Subclipse leaves files out of sync after checking out

Author postmaster at tigris dot org
Full name postmaster at tigris dot org
Date 2008-12-18 07:28:33 PST
Message 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.

« Previous message in topic | 3 of 7 | Next message in topic »

Messages

Show all messages in topic

[Subclipse-dev] Subclipse leaves files out of sync after checking out gdtaylor at ca dot ibm dot com gdtaylor at ca dot ibm dot com 2008-12-17 11:53:32 PST
     Re: [Subclipse-dev] Subclipse leaves files out of sync after checking out markphip Mark Phippard 2008-12-17 12:46:34 PST
         RE: Re: [Subclipse-dev] Subclipse leaves files out of sync after checking out postmaster at tigris dot org postmaster at tigris dot org 2008-12-18 07:28:33 PST
             Re: Re: [Subclipse-dev] Subclipse leaves files out of sync after checking out markphip Mark Phippard 2008-12-18 07:49:16 PST
                 RE: Re: Re: [Subclipse-dev] Subclipse leaves files out of sync after checking out grant_taylor Grant Taylor 2009-01-27 09:39:33 PST
                     RE: Re: Re: [Subclipse-dev] Subclipse leaves files out of sync after checking out grant_taylor Grant Taylor 2011-05-19 13:16:53 PDT
                         Re: Re: Re: [Subclipse-dev] Subclipse leaves files out of sync after checking out markphip Mark Phippard 2011-05-19 13:18:58 PDT
Messages per page: