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

RE: [Subclipse-dev] Bug 279 fix proposal

From: Martin Letenay <mle_at_whitestein.com>
Date: 2005-06-10 17:42:42 CEST

> > OK, I've tried to reproduce it.
> >
> > (Eclipse 3.0.2, Windows XP, subversion 1.2.0)
> >
> > 0) Latest trunk - delete some .java file in resource
> repository - NOT
> WORING
> > - decorators on parents are not set.
> > 1) applied patch - i.e. just replaced "new
> > SessionResourceVariantByteStore()" with "new
> > PersistantResourceVariantByteStore(new
> QualifiedName(SVNProviderPlugin.ID,
> > "workspaceSubscriber"))" in SVNWorkspaceSubscriber
> > 2) deleted file - STILL NOT WORKING
> > 3) revert change
> > 4) Team/synchronize with Repository - no changes found
> > 5) deleted file - STILL NOT WORKING
> > 6) did some change within that .java file
> > 7) Team/synchronize with Repository - outgoing changes
> found (at least
> that
> > .java file)
> > 8) revert change
> > 9) deleted file - SUCCESS - parent decorators got the ">"
> dirty flag ...
> >
> > Something must be probably somehow somewhere flushed ...
>
> So are you going to look at this some more? I suspect if you
> can solve this problem you can potentially solve a lot of the
> problems with Synchronize as they are almost all centered
> around something not getting flushed. Perhaps you will
> succeed where I have failed. Never undestimate a fresh set of eyes.
>
> Mark

Allright, I can take a closer look on issues related with
flushing/synchronize/refresh problems.

Martin

P.S. Do we know what are the other refresh problems exactly ? (And
reproducible problems are preferred ;-)
Received on Sat Jun 11 01:42:42 2005

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.