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

RE: [Subclipse-dev] Synchronize performance patch

From: Martin Letenay <mle_at_whitestein.com>
Date: 2005-06-29 18:27:43 CEST

> No need to apologize.
>
> This does indeed make it better, but I am still seeing a problem.
>
> I did one add, one modify and one delete and committed. I
> then did a Synch from another session. This does not show
> the Modify. If I just do a Team -> Update on the project, it
> does bring in the update but Synch is not showing it.
>
> Also, incoming adds still do not show a revision number. I
> am not sure if I consider that a problem or not.

Well,

Once again I was too smart ...

When I created a simplified constructor for StatusInfo(LocalResourceStatus),
I decided to create one also for StatusInfo(ISVNStatus).

And the good old working code:
        new StatusInfo(cmd.getRevision(),
statuses[i].getRepositoryTextStatus(), statuses[i].getRepositoryPropStatus()
)
I replaced with nicer but not working:
        new StatusInfo(statuses[i])

With a naive assumption that since ISVNStatus has the getRevision() it also
always deliver the correct revision there.
I don't know whether intentionally by design or only by mistake but it does
not.

Anyway, I reverted this change and it now seems to work fine ...

This was such a nice, low volume mailing list before I've joined ... ;-)

Martin

Received on Thu Jun 30 02:27:43 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.