Bug 64396 - [Sync View] Sync compare goes to server twice for the file?
Summary: [Sync View] Sync compare goes to server twice for the file?
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1 M2   Edit
Assignee: Michael Valenta CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2004-05-27 13:26 EDT by Nick Edgar CLA
Modified: 2004-09-22 16:45 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2004-05-27 13:26:09 EDT
M9 build

While doing a sync over a home connection, I double-clicked on a change to the
splash.bmp file for org.eclipse.platform.
It should progress that it was transferring 480K.  It then did this again.

It seems like it should only have to transfer the copy in head (once) to do the
compare.
Comment 1 Nick Edgar CLA 2004-05-27 13:28:38 EDT
And if I cancel the first dialog, the second one still comes up.
Comment 2 Michael Valenta CLA 2004-05-27 13:59:33 EDT
Was there an incoming change on the file?
Comment 3 Nick Edgar CLA 2004-05-27 15:12:01 EDT
Yes, but just an incoming change -- no conflict.
Comment 4 Michael Valenta CLA 2004-05-27 15:57:02 EDT
The incoming case could be optimized to use the local but it is not a trivial 
change so it will be deferred until post 3.0.
Comment 5 Michael Valenta CLA 2004-08-27 14:12:25 EDT
Fix released to HEAD. The local contents are now used for the base if the 
change is a pure incoming change.